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

New commits:
commit 5f2645a47605a71d2a2ebde21c88f083226a3106
Author: Akshay Deep <akshaydeepi...@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 <c...@libreoffice.org>
    Reviewed-by: Akshay Deep <akshaydeepi...@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)
     {
_______________________________________________
Libreoffice-commits mailing list
libreoffice-comm...@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/libreoffice-commits

Reply via email to