summaryrefslogtreecommitdiffstats
path: root/cui
diff options
context:
space:
mode:
authorAkshay Deep <akshaydeepiitr@gmail.com>2017-08-20 16:11:53 +0000
committerAkshay Deep <akshaydeepiitr@gmail.com>2017-08-20 13:34:38 +0200
commit5f2645a47605a71d2a2ebde21c88f083226a3106 (patch)
tree251785545ecf71d77c5497c1e26a2c785316fd0a /cui
parentCrash when drawing freeform line (diff)
downloadcore-5f2645a47605a71d2a2ebde21c88f083226a3106.tar.gz
core-5f2645a47605a71d2a2ebde21c88f083226a3106.zip
Enable subset filter when not in search mode
Change-Id: If8bb1471cb09599d514ca2fef963249309d6563a Reviewed-on: https://gerrit.libreoffice.org/41357 Tested-by: Jenkins <ci@libreoffice.org> Reviewed-by: Akshay Deep <akshaydeepiitr@gmail.com>
Diffstat (limited to 'cui')
-rw-r--r--cui/source/dialogs/cuicharmap.cxx2
1 files changed, 1 insertions, 1 deletions
diff --git a/cui/source/dialogs/cuicharmap.cxx b/cui/source/dialogs/cuicharmap.cxx
index 4016afe9ced2..a01ed20d432e 100644
--- a/cui/source/dialogs/cuicharmap.cxx
+++ b/cui/source/dialogs/cuicharmap.cxx
@@ -694,7 +694,7 @@ void SvxCharacterMap::toggleSearchView(bool state)
isSearchMode = state;
m_pHexCodeText->SetReadOnly(state);
m_pDecimalCodeText->SetReadOnly(state);
- m_pSubsetLB->Disable(state);
+ m_pSubsetLB->Enable(!state);
if(state)
{