From 5f2645a47605a71d2a2ebde21c88f083226a3106 Mon Sep 17 00:00:00 2001 From: Akshay Deep Date: Sun, 20 Aug 2017 16:11:53 +0000 Subject: Enable subset filter when not in search mode Change-Id: If8bb1471cb09599d514ca2fef963249309d6563a Reviewed-on: https://gerrit.libreoffice.org/41357 Tested-by: Jenkins Reviewed-by: Akshay Deep --- cui/source/dialogs/cuicharmap.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cui') 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) { -- cgit