mirror of
https://github.com/edubart/otclient.git
synced 2025-12-15 05:09:46 +01:00
Fix console error
This commit is contained in:
@@ -937,9 +937,9 @@ void UIWidget::setPhantom(bool phantom)
|
||||
m_phantom = phantom;
|
||||
}
|
||||
|
||||
void UIWidget::setDragable(bool dragable)
|
||||
void UIWidget::setDraggable(bool draggable)
|
||||
{
|
||||
m_dragable = dragable;
|
||||
m_draggable = draggable;
|
||||
}
|
||||
|
||||
void UIWidget::setFixedSize(bool fixed)
|
||||
|
||||
Reference in New Issue
Block a user