mirror of
https://github.com/TES3MP/TES3MP.git
synced 2025-09-28 07:32:00 -04:00
Fix wrong default ExpandDirection for AutoSizedButton
This commit is contained in:
parent
f56711f443
commit
e4c097b4f7
@ -12,6 +12,8 @@ namespace Gui
|
|||||||
class AutoSizedWidget
|
class AutoSizedWidget
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
AutoSizedWidget() : mExpandDirection(MyGUI::Align::Right) {}
|
||||||
|
|
||||||
virtual MyGUI::IntSize getRequestedSize() = 0;
|
virtual MyGUI::IntSize getRequestedSize() = 0;
|
||||||
|
|
||||||
protected:
|
protected:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user