vlang / ui

A cross-platform UI library written in V
MIT License
2.31k stars 154 forks source link

fix: handling of delegated events #531

Closed ArtemkaKun closed 1 year ago

ArtemkaKun commented 1 year ago

This PR introduces a change to the handling of delegated events when there are selected widgets with higher z-index than delegated widgets. This is the case when using both menubar with submenus and gg canvas - previously, events will be always redirected to canvas even if a higher menu button was selected.