forked from mirror/openmw-tes3mp
Fix wrong default ExpandDirection for AutoSizedButton
This commit is contained in:
parent
f56711f443
commit
e4c097b4f7
1 changed files with 2 additions and 0 deletions
|
@ -12,6 +12,8 @@ namespace Gui
|
|||
class AutoSizedWidget
|
||||
{
|
||||
public:
|
||||
AutoSizedWidget() : mExpandDirection(MyGUI::Align::Right) {}
|
||||
|
||||
virtual MyGUI::IntSize getRequestedSize() = 0;
|
||||
|
||||
protected:
|
||||
|
|
Loading…
Reference in a new issue