Skip to content

Commit

Permalink
Windows QPA: Fix accessibility being triggered by IME
Browse files Browse the repository at this point in the history
Add missing break.

Change-Id: Ib17e348e64379abded41f6c044de59f9ee1dd8fc
Reviewed-by: Alexandru Croitor <alexandru.croitor@qt.io>
(cherry picked from commit 27b8e97e4f478211b0da7b4352f0ce3f4557ce12)
  • Loading branch information
FriedemannKleint committed Feb 21, 2018
1 parent 3548af3 commit 9c3d5ff
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/plugins/platforms/windows/qtwindowsglobal.h
Expand Up @@ -234,6 +234,7 @@ inline QtWindows::WindowsEventType windowsEventType(UINT message, WPARAM wParamI
default:
break;
}
break;
case WM_GETOBJECT:
return QtWindows::AccessibleObjectFromWindowRequest;
case WM_SETFOCUS:
Expand Down

0 comments on commit 9c3d5ff

Please sign in to comment.