Default image for the turbo button type.
This fixes the widescreen theme.
This commit is contained in:
parent
04b42cba37
commit
e49cc1f458
1 changed files with 3 additions and 0 deletions
|
@ -56,6 +56,9 @@ button::button(CVideo& video, const std::string& label, button::TYPE type,
|
|||
case TYPE_PRESS:
|
||||
button_image_name_ = "buttons/button";
|
||||
break;
|
||||
case TYPE_TURBO:
|
||||
button_image_name_ = "buttons/lite";
|
||||
break;
|
||||
case TYPE_CHECK:
|
||||
button_image_name_ = "buttons/checkbox";
|
||||
break;
|
||||
|
|
Loading…
Add table
Reference in a new issue