ui icon indicating copy to clipboard operation
ui copied to clipboard

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

Open MMulthaupt opened this issue 6 years ago • 0 comments

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.

MMulthaupt avatar Oct 15 '19 12:10 MMulthaupt