diff options
author | Caolán McNamara <caolanm@redhat.com> | 2012-12-20 16:32:40 +0000 |
---|---|---|
committer | Caolán McNamara <caolanm@redhat.com> | 2012-12-20 16:52:57 +0000 |
commit | c2f774aa1f4bf0fcd90d158874d27a6d915843d1 (patch) | |
tree | 13395a44db47d125946dfaf66e44091e838f54af | |
parent | f97ffd1c019d19f2b32bb80a93f69cb188b828f0 (diff) |
optimize: changing focus shouldn't have an impact on widget size
Change-Id: I98385c9b75125c2785a52ab1a2e6c2c4a6798213
-rw-r--r-- | vcl/source/window/window.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/vcl/source/window/window.cxx b/vcl/source/window/window.cxx index 8460f693c4e5..d935f359821e 100644 --- a/vcl/source/window/window.cxx +++ b/vcl/source/window/window.cxx @@ -4954,6 +4954,7 @@ void Window::StateChanged( StateChangedType eType ) case STATE_CHANGE_STATE: case STATE_CHANGE_DATA: case STATE_CHANGE_INITSHOW: + case STATE_CHANGE_CONTROL_FOCUS: break; //stuff that does invalidate the layout default: |