fix move on different floors, dragqueen border on uiitem

This commit is contained in:
Henrique Santiago
2012-01-20 23:01:11 -02:00
parent 820f94a1d9
commit e3096c1648
6 changed files with 10 additions and 15 deletions

View File

@@ -61,8 +61,8 @@ void UIWidget::drawSelf()
drawBackground(m_rect);
}
drawBorder(m_rect);
drawImage(m_rect);
drawBorder(m_rect);
drawIcon(m_rect);
drawText(m_rect);
}