|
@@ -54,6 +54,7 @@ HRESULT WindowImpl::Show(bool activate, bool isDialog) {
|
|
|
|
|
|
|
|
WindowBaseImpl::Show(activate, isDialog);
|
|
WindowBaseImpl::Show(activate, isDialog);
|
|
|
GetWindowState(&_actualWindowState);
|
|
GetWindowState(&_actualWindowState);
|
|
|
|
|
+ _lastWindowState = _actualWindowState;
|
|
|
return SetWindowState(_lastWindowState);
|
|
return SetWindowState(_lastWindowState);
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|