Skip to content

Commit

Permalink
Uncomment itemWidget.OnMouseEvent processing
Browse files Browse the repository at this point in the history
  • Loading branch information
whitebyte authored and GrimMaple committed Nov 10, 2024
1 parent 7af4c4f commit 3c38f32
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/dlangui/widgets/lists.d
Original file line number Diff line number Diff line change
Expand Up @@ -1358,7 +1358,7 @@ class ListWidget : WidgetGroup, OnScrollHandler, OnAdapterChangeHandler {
if (event.action == MouseAction.Move && event.noModifiers && itemWidget.hasTooltip) {
itemWidget.scheduleTooltip(200);
}
//itemWidget.onMouseEvent(event);
itemWidget.onMouseEvent(event);
itemWidget.parent = oldParent;
}
}
Expand Down

0 comments on commit 3c38f32

Please sign in to comment.