mirror of
https://github.com/reactos/reactos.git
synced 2025-07-31 10:21:50 +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)
|
VOID OnSize(HWND hwnd, WPARAM wParam, LPARAM lParam)
|
||||||
{
|
{
|
||||||
|
if (wParam == SIZE_MINIMIZED)
|
||||||
|
return;
|
||||||
|
|
||||||
/* Size status bar */
|
/* Size status bar */
|
||||||
m_StatusBar->SendMessage(WM_SIZE, 0, 0);
|
m_StatusBar->SendMessage(WM_SIZE, 0, 0);
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue