mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-23 19:20:56 +00:00
Maybe fix #8202
This commit is contained in:
parent
462e118e0d
commit
13cca461f2
@ -816,8 +816,10 @@ namespace MWGui
|
||||
if (changed)
|
||||
{
|
||||
button->setCaption(oldCaption);
|
||||
button->getSubWidgetText()->setWordWrap(true);
|
||||
button->getSubWidgetText()->setTextAlign(MyGUI::Align::Left);
|
||||
button->setTextAlign(MyGUI::Align::Left);
|
||||
MyGUI::ISubWidgetText* text = button->getSubWidgetText();
|
||||
if (text != nullptr)
|
||||
text->setWordWrap(true);
|
||||
button->setSize(oldSize);
|
||||
}
|
||||
}
|
||||
|
Loading…
x
Reference in New Issue
Block a user