mirror of
https://github.com/edubart/otclient.git
synced 2025-11-07 13:56:22 +01:00
scroll when focusing widgets
This commit is contained in:
@@ -79,7 +79,7 @@ bool UIGridLayout::internalUpdate()
|
||||
|
||||
UIWidgetList widgets = parentWidget->getChildren();
|
||||
|
||||
Rect clippingRect = parentWidget->getClippingRect();
|
||||
Rect clippingRect = parentWidget->getPaddingRect();
|
||||
Point topLeft = clippingRect.topLeft();
|
||||
|
||||
int numColumns = m_numColumns;
|
||||
|
||||
Reference in New Issue
Block a user