mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-05-06 19:01:21 +03:00
Maybe fix #8202
This commit is contained in:
parent
462e118e0d
commit
13cca461f2
1 changed files with 4 additions and 2 deletions
|
@ -816,8 +816,10 @@ namespace MWGui
|
||||||
if (changed)
|
if (changed)
|
||||||
{
|
{
|
||||||
button->setCaption(oldCaption);
|
button->setCaption(oldCaption);
|
||||||
button->getSubWidgetText()->setWordWrap(true);
|
button->setTextAlign(MyGUI::Align::Left);
|
||||||
button->getSubWidgetText()->setTextAlign(MyGUI::Align::Left);
|
MyGUI::ISubWidgetText* text = button->getSubWidgetText();
|
||||||
|
if (text != nullptr)
|
||||||
|
text->setWordWrap(true);
|
||||||
button->setSize(oldSize);
|
button->setSize(oldSize);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue