mirror of
https://gitlab.com/OpenMW/openmw.git
synced 2025-03-25 16:43:33 +00:00
Maybe fix #8202
This commit is contained in:
parent
462e118e0d
commit
13cca461f2
@ -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…
x
Reference in New Issue
Block a user