diff --git a/src/window.cpp b/src/window.cpp index 9a68dabf99..2c036475f4 100644 --- a/src/window.cpp +++ b/src/window.cpp @@ -1871,6 +1871,7 @@ void Window::FinishInitNested(WindowNumber window_number) Point pt = this->OnInitialPosition(this->nested_root->smallest_x, this->nested_root->smallest_y, window_number); this->InitializePositionSize(pt.x, pt.y, this->nested_root->smallest_x, this->nested_root->smallest_y); this->FindWindowPlacementAndResize(this->window_desc->GetDefaultWidth(), this->window_desc->GetDefaultHeight()); + this->ProcessScheduledResize(); } /**