[Libreoffice-commits] core.git: cui/source

Akshay Deep akshaydeepiitr at gmail.com
Sun Aug 20 11:36:38 UTC 2017


 cui/source/dialogs/cuicharmap.cxx |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

New commits:
commit 5f2645a47605a71d2a2ebde21c88f083226a3106
Author: Akshay Deep <akshaydeepiitr at gmail.com>
Date:   Sun Aug 20 16:11:53 2017 +0000

    Enable subset filter when not in search mode
    
    Change-Id: If8bb1471cb09599d514ca2fef963249309d6563a
    Reviewed-on: https://gerrit.libreoffice.org/41357
    Tested-by: Jenkins <ci at libreoffice.org>
    Reviewed-by: Akshay Deep <akshaydeepiitr at gmail.com>

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)
     {


More information about the Libreoffice-commits mailing list