Windows QScreen: handle change in working area when the taskbar moves
[profile/ivi/qtbase.git] / src / plugins / platforms / windows / qwindowscontext.cpp
index c36b919..98c17de 100644 (file)
@@ -754,6 +754,8 @@ bool QWindowsContext::windowsProc(HWND hwnd, UINT message,
 #endif
     case QtWindows::DisplayChangedEvent:
         return d->m_screenManager.handleDisplayChange(wParam, lParam);
+    case QtWindows::SettingChangedEvent:
+        return d->m_screenManager.handleScreenChanges();
     default:
         break;
     }