fix: all children showing when showing child window (#40062)
This commit is contained in:
parent
5ad69df52e
commit
3392d9a2e7
4 changed files with 40 additions and 4 deletions
|
@ -258,6 +258,7 @@ using FullScreenTransitionState =
|
|||
[super windowDidMiniaturize:notification];
|
||||
is_minimized_ = true;
|
||||
|
||||
shell_->set_wants_to_be_visible(false);
|
||||
shell_->NotifyWindowMinimize();
|
||||
}
|
||||
|
||||
|
@ -265,6 +266,7 @@ using FullScreenTransitionState =
|
|||
[super windowDidDeminiaturize:notification];
|
||||
is_minimized_ = false;
|
||||
|
||||
shell_->set_wants_to_be_visible(true);
|
||||
shell_->AttachChildren();
|
||||
shell_->SetWindowLevel(level_);
|
||||
shell_->NotifyWindowRestore();
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue