fix: titlebar and buttons state under simple fullscreen (#30671)

This commit is contained in:
Cheng Zhao 2021-08-26 08:29:34 +09:00 committed by GitHub
parent a9983c1d06
commit 00d65eb9ac
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
3 changed files with 85 additions and 59 deletions

View file

@ -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_;