mirror of
https://github.com/reactos/reactos
synced 2025-10-06 00:12:51 +02:00
[RAPPS] Do not resize (hide) the treeview when minimizing.
This commit is contained in:
@@ -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);
|
||||
|
Reference in New Issue
Block a user