[RAPPS] Do not resize (hide) the treeview when minimizing.

This commit is contained in:
Mark Jansen 2018-02-06 00:02:17 +01:00
parent 7b71877676
commit 64d32eab27

View file

@ -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);