🎨
This commit is contained in:
parent
f001377493
commit
373decd07e
1 changed files with 1 additions and 1 deletions
|
@ -207,7 +207,7 @@ bool ScopedDisableResize::disable_resize_ = false;
|
||||||
|
|
||||||
- (void)windowWillMiniaturize:(NSNotification*)notification {
|
- (void)windowWillMiniaturize:(NSNotification*)notification {
|
||||||
NSWindow* window = shell_->GetNativeWindow();
|
NSWindow* window = shell_->GetNativeWindow();
|
||||||
// store the current level to be restored in windowDidDeminiaturize
|
// store the current status window level to be restored in windowDidDeminiaturize
|
||||||
level_ = NSStatusWindowLevel;
|
level_ = NSStatusWindowLevel;
|
||||||
[window setLevel:NSNormalWindowLevel];
|
[window setLevel:NSNormalWindowLevel];
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue