Fix mouse events received for scrollablepage child widgets when mouse is outside scrollablepage area

This commit is contained in:
dec05eba
2024-12-14 12:12:00 +01:00
parent 3bd4572631
commit 846d3c4e81
5 changed files with 18 additions and 4 deletions

2
TODO
View File

@@ -106,3 +106,5 @@ Use global shortcuts desktop portal protocol on wayland when available.
When support for window capture is enabled on x11 then make sure to not save the window except temporary while the program is open.
Support CJK.
Move ui hover code from ::draw to ::on_event, to properly handle widget event stack.