Change menu buttons back to "press" type.
The "turbo" type is not really fit for what the menu buttons need.
This commit is contained in:
parent
49614599fa
commit
6b94154291
1 changed files with 1 additions and 1 deletions
|
@ -912,7 +912,7 @@ void display::create_buttons()
|
|||
|
||||
if (!i->is_button()) continue;
|
||||
|
||||
gui::button b(screen_, i->title(), gui::button::TYPE_TURBO, i->image(),
|
||||
gui::button b(screen_, i->title(), gui::button::TYPE_PRESS, i->image(),
|
||||
gui::button::DEFAULT_SPACE, true, i->overlay());
|
||||
DBG_DP << "drawing button " << i->get_id() << "\n";
|
||||
b.set_id(i->get_id());
|
||||
|
|
Loading…
Add table
Reference in a new issue