diff options
author | Eike Rathke <erack@redhat.com> | 2016-07-18 23:53:46 +0200 |
---|---|---|
committer | Eike Rathke <erack@redhat.com> | 2016-07-19 02:16:52 +0200 |
commit | 181a1a3b2df7ca427802c1c17f3344a869c91444 (patch) | |
tree | 75160b019c61ae1d2a2bb924b6399ff9746502a3 /sc/source | |
parent | ab1f6f97e9c27daa405e75862aa25ecce1c0af88 (diff) |
Revert "Resolves: tdf#99360 can't select filter criteria with mouse"
This reverts commit db279db13286653bff269f8ae7471b22498be319.
It does not solve the problem but prevents revert of
6610ad9aee0c8299880cd1da6cd6a756860ccad9.
Change-Id: I8ae22ee9af57bccb9812a7c40802cf19782bedd3
Diffstat (limited to 'sc/source')
-rw-r--r-- | sc/source/ui/dbgui/sfiltdlg.cxx | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/sc/source/ui/dbgui/sfiltdlg.cxx b/sc/source/ui/dbgui/sfiltdlg.cxx index d0ff5540cd5c..d990a2fc2b76 100644 --- a/sc/source/ui/dbgui/sfiltdlg.cxx +++ b/sc/source/ui/dbgui/sfiltdlg.cxx @@ -388,9 +388,6 @@ IMPL_LINK_TYPED( ScSpecialFilterDlg, EndDlgHdl, Button*, pBtn, void ) void ScSpecialFilterDlg::SyncFocusState() { - if (!IsActive()) - return; - if( pEdCopyArea->HasFocus() || pRbCopyArea->HasFocus() ) { pRefInputEdit = pEdCopyArea; |