Remi05 / outlines

An app to help review your UI implementation.
MIT License
7 stars 0 forks source link

App windows can sometimes be targeted/selected #89

Closed Remi05 closed 2 years ago

Remi05 commented 2 years ago

Even though selecting/targeting is supposed to be ignored when inside the app's windows (like the Properties, Tree view, and Toolbar windows), it sometimes still occurs. I've mainly seen the issue when moving the cursor quickly.

A solution could be to ignore the selected/targeted element if it belongs to one our of app's windows.

Remi05 commented 2 years ago

Fixed with commit 20225b96557e19f48ecd95a3a8521d3c0aa54b0b.

Remi05 commented 2 years ago

Follow-up fix in commit 8de8998929828043ec6ddea6a11ab128949d75df (did some minor refactoring after final validation of the initial fix and introduced a regression).