fix: update normal bounds prior to minimizing (#34473)
This commit is contained in:
parent
2fd0194e94
commit
37d93b0482
4 changed files with 186 additions and 5 deletions
|
@ -203,6 +203,7 @@ using FullScreenTransitionState =
|
|||
// windowDidDeminiaturize
|
||||
level_ = [window level];
|
||||
shell_->SetWindowLevel(NSNormalWindowLevel);
|
||||
shell_->UpdateWindowOriginalFrame();
|
||||
}
|
||||
|
||||
- (void)windowDidMiniaturize:(NSNotification*)notification {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue