Remi05 / outlines

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

Overlay window can be shown above other app windows #90

Closed Remi05 closed 2 years ago

Remi05 commented 2 years ago

I've noticed cases where the overlay was shown above the Properties window, this shouldn't be the case, we should ensure the Z-order is properly maintained.

OverlayWindow_Above_PropertiesWindow

Remi05 commented 2 years ago

Fixed with commit a9a8f6d0d81482690cc8f1240cb2f20018565373.

Remi05 commented 2 years ago

We should watch out for issues around not calling Window.Show() initially for some windows. ShowWindowNoZOrderChange() doesn't seem to work if we haven't called Window.Show() first, or if we called Window.Hide().