diff options
author | Caolán McNamara <caolanm@redhat.com> | 2016-05-23 20:48:57 +0100 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2016-05-23 21:05:44 +0100 |
commit | d1182223dcd3aca6b0922f1b27bc1537bceca7ae (patch) | |
tree | 15e0aa76f0bde89cee647fe3622187c516621333 /include/vcl | |
parent | 015456844faa8bfc848e3ed933d694c3a2fd8fbf (diff) |
like menus do, restore focus to prev control when floatingwindow popdowns
in the FloatWinPopupFlags::GrabFocus case
Change-Id: Ibebf23c83133f74f00e5dbb2540f108a383462cc
Diffstat (limited to 'include/vcl')
-rw-r--r-- | include/vcl/floatwin.hxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/include/vcl/floatwin.hxx b/include/vcl/floatwin.hxx index 92ca7937d4a0..d22602deac90 100644 --- a/include/vcl/floatwin.hxx +++ b/include/vcl/floatwin.hxx @@ -91,6 +91,7 @@ class VCL_DLLPUBLIC FloatingWindow : public SystemWindow private: VclPtr<FloatingWindow> mpNextFloat; VclPtr<vcl::Window> mpFirstPopupModeWin; + VclPtr<vcl::Window> mxPrevFocusWin; ImplData* mpImplData; Rectangle maFloatRect; ImplSVEvent * mnPostId; |