fix: titlebar and buttons state under simple fullscreen (#30671)
This commit is contained in:
parent
a9983c1d06
commit
00d65eb9ac
3 changed files with 85 additions and 59 deletions
|
@ -25,13 +25,6 @@
|
|||
@interface WindowButtonsProxy : NSObject {
|
||||
@private
|
||||
NSWindow* window_;
|
||||
// The view that contains the window buttons and title.
|
||||
NSView* titlebar_container_;
|
||||
|
||||
// The window buttons.
|
||||
NSButton* left_;
|
||||
NSButton* right_;
|
||||
NSButton* middle_;
|
||||
|
||||
// Current left-top margin of buttons.
|
||||
gfx::Point margin_;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue