changes to uiitem

This commit is contained in:
Henrique Santiago
2012-06-08 00:02:06 -03:00
parent 066ffead08
commit 587db0d89f
2 changed files with 13 additions and 1 deletions

View File

@@ -40,6 +40,7 @@ function UIItem:onDrop(widget, mousePos)
end
function UIItem:onHoverChange(hovered)
UIWidget.onHoverChange(self, hovered)
if self:isVirtual() then return end
local draggingWidget = g_ui.getDraggingWidget()