mirror of
https://github.com/edubart/otclient.git
synced 2025-11-05 21:16:24 +01:00
Fix regression in walk paralyze
This commit is contained in:
@@ -34,6 +34,7 @@ public:
|
||||
void applyStyle(const OTMLNodePtr& styleNode);
|
||||
|
||||
void setAlignBottom(bool aliginBottom) { m_alignBottom = aliginBottom; update(); }
|
||||
bool isAlignBottom() { return m_alignBottom; }
|
||||
|
||||
bool isUIVerticalLayout() { return true; }
|
||||
|
||||
|
||||
Reference in New Issue
Block a user