fix gui2 comboboxes
This commit is contained in:
parent
aed0d26e20
commit
d80cb04193
1 changed files with 1 additions and 1 deletions
|
@ -85,7 +85,7 @@ void tcombobox::set_state(const tstate state)
|
|||
|
||||
const std::string& tcombobox::get_control_type() const
|
||||
{
|
||||
static const std::string type = "button";
|
||||
static const std::string type = "combobox";
|
||||
return type;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue