andlabs / ui

Platform-native GUI library for Go.
Other
8.33k stars 652 forks source link

ui.AreaHandler.MouseCrossed() no longer called after call to MouseEvent() #370

Open MMulthaupt opened 4 years ago

MMulthaupt commented 4 years ago

On Windows, if MouseEvent() has been called for an Area's AreaHandler (for example by clicking on it), no more calls to the handler's MouseCrossed() function will happen anymore, ever. This does not happen on Kubuntu, where MouseCrossed() still gets called when moving the mouse over the area.