Fix console error

This commit is contained in:
Eduardo Bart
2012-08-06 20:43:14 -03:00
parent 5232501ecf
commit 54f4e2b801
10 changed files with 29 additions and 28 deletions

View File

@@ -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)