[EXPLORER] CTrayNotifyWnd: Fix resizing when the clock is hidden

This commit is contained in:
Giannis Adamopoulos 2018-01-28 22:38:48 +02:00
parent 85d7dd4f83
commit 488477d10d

View file

@ -218,6 +218,7 @@ public:
szClock.cx,
szClock.cy,
SWP_NOZORDER);
}
POINT ptPager;
@ -240,7 +241,6 @@ public:
szTrayNotify.cy,
SWP_NOZORDER);
}
}
LRESULT OnEraseBackground(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
{