Remi05 / outlines

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

[Live Inspector] Validate that BackdropWindow can still be properly shown #95

Open Remi05 opened 2 years ago

Remi05 commented 2 years ago

My current dev device seems to have issues with the control button so I can't properly validate toggling BackdropWindow, but I think commit a9a8f6d0d81482690cc8f1240cb2f20018565373 might have caused a regression. We might need to call BackdropWindow.Show() at least once before using ShowWindowNoZOrderChange().

Remi05 commented 1 year ago

Confirmed that the backdrop cannot properly be shown anymore because of the changes around showing windows without changing Z-order.