1
0
Fork 1
mirror of https://github.com/TES3MP/openmw-tes3mp.git synced 2025-03-03 16:19:41 +00:00

Fix wrong default ExpandDirection for AutoSizedButton

This commit is contained in:
scrawl 2014-09-25 19:22:26 +02:00
parent f56711f443
commit e4c097b4f7

View file

@ -12,6 +12,8 @@ namespace Gui
class AutoSizedWidget
{
public:
AutoSizedWidget() : mExpandDirection(MyGUI::Align::Right) {}
virtual MyGUI::IntSize getRequestedSize() = 0;
protected: