mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[RAPPS] Do not resize (hide) the treeview when minimizing.
This commit is contained in:
parent
7b71877676
commit
64d32eab27
1 changed files with 2 additions and 0 deletions
|
@ -939,6 +939,8 @@ private:
|
|||
|
||||
VOID OnSize(HWND hwnd, WPARAM wParam, LPARAM lParam)
|
||||
{
|
||||
if (wParam == SIZE_MINIMIZED)
|
||||
return;
|
||||
|
||||
/* Size status bar */
|
||||
m_StatusBar->SendMessage(WM_SIZE, 0, 0);
|
||||
|
|
Loading…
Reference in a new issue