fix: ensure custom traffic lights float to top (#29595)
* fix: ensure custom traffic lights float to top * chore: split into separate function
This commit is contained in:
parent
73266f8f3d
commit
63cc82d91d
2 changed files with 16 additions and 5 deletions
|
@ -154,6 +154,9 @@ class NativeWindowMac : public NativeWindow,
|
|||
void NotifyWindowWillEnterFullScreen();
|
||||
void NotifyWindowWillLeaveFullScreen();
|
||||
|
||||
// Ensure the buttons view are always floated on the top.
|
||||
void ReorderButtonsView();
|
||||
|
||||
// Cleanup observers when window is getting closed. Note that the destructor
|
||||
// can be called much later after window gets closed, so we should not do
|
||||
// cleanup in destructor.
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue