mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 18:15:11 +00:00
[EXPLORER] -Restore a call to RegLoadSettings while handling WM_DISPLAYCHANGE which was removed in r74221. This is not really correct since it resets the size and position of the taskbar but I add it back since it updates the cached rects for all four positions.
svn path=/trunk/; revision=75389
This commit is contained in:
parent
68a311b64d
commit
6e74f9217a
1 changed files with 3 additions and 0 deletions
|
@ -2265,6 +2265,9 @@ ChangePos:
|
|||
|
||||
LRESULT OnDisplayChange(UINT uMsg, WPARAM wParam, LPARAM lParam, BOOL& bHandled)
|
||||
{
|
||||
/* Load the saved tray window settings */
|
||||
RegLoadSettings();
|
||||
|
||||
/* Move the tray window to the right position and resize it if necessary */
|
||||
CheckTrayWndPosition();
|
||||
|
||||
|
|
Loading…
Reference in a new issue