mirror of
https://github.com/OpenMW/openmw.git
synced 2025-01-31 06:45:35 +00:00
put back ComboBox::setPropertyOverride
This commit is contained in:
parent
fc40c925db
commit
0f19d87e61
1 changed files with 5 additions and 0 deletions
|
@ -5,6 +5,11 @@
|
||||||
|
|
||||||
namespace Gui
|
namespace Gui
|
||||||
{
|
{
|
||||||
|
void ComboBox::setPropertyOverride(const std::string& _key, const std::string& _value)
|
||||||
|
{
|
||||||
|
MyGUI::ComboBox::setPropertyOverride(_key, _value);
|
||||||
|
}
|
||||||
|
|
||||||
void AutoSizedWidget::notifySizeChange(MyGUI::Widget* w)
|
void AutoSizedWidget::notifySizeChange(MyGUI::Widget* w)
|
||||||
{
|
{
|
||||||
MyGUI::Widget* parent = w->getParent();
|
MyGUI::Widget* parent = w->getParent();
|
||||||
|
|
Loading…
Reference in a new issue