Support for turbo buttons in theme wml.
This commit is contained in:
parent
8e5941eb03
commit
180ae4aced
1 changed files with 1 additions and 0 deletions
|
@ -822,6 +822,7 @@ gui::button::TYPE display::string_to_button_type(std::string type)
|
|||
if (type == "checkbox") { res = gui::button::TYPE_CHECK; }
|
||||
else if (type == "image") { res = gui::button::TYPE_IMAGE; }
|
||||
else if (type == "radiobox") { res = gui::button::TYPE_RADIO; }
|
||||
else if (type == "turbo") { res = gui::button::TYPE_TURBO; }
|
||||
return res;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue