mirror of https://github.com/buggins/dlangui.git
Uncomment itemWidget.OnMouseEvent processing
This commit is contained in:
parent
7af4c4f2a3
commit
ef1769531f
|
@ -1358,7 +1358,7 @@ class ListWidget : WidgetGroup, OnScrollHandler, OnAdapterChangeHandler {
|
||||||
if (event.action == MouseAction.Move && event.noModifiers && itemWidget.hasTooltip) {
|
if (event.action == MouseAction.Move && event.noModifiers && itemWidget.hasTooltip) {
|
||||||
itemWidget.scheduleTooltip(200);
|
itemWidget.scheduleTooltip(200);
|
||||||
}
|
}
|
||||||
//itemWidget.onMouseEvent(event);
|
itemWidget.onMouseEvent(event);
|
||||||
itemWidget.parent = oldParent;
|
itemWidget.parent = oldParent;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue