diff --git a/reactos/base/shell/explorer/traywnd.cpp b/reactos/base/shell/explorer/traywnd.cpp index bb2b6aec828..379212d02d9 100644 --- a/reactos/base/shell/explorer/traywnd.cpp +++ b/reactos/base/shell/explorer/traywnd.cpp @@ -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();