Kaydet (Commit) 5f2645a4 authored tarafından Akshay Deep's avatar Akshay Deep

Enable subset filter when not in search mode

Change-Id: If8bb1471cb09599d514ca2fef963249309d6563a
Reviewed-on: https://gerrit.libreoffice.org/41357Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarAkshay Deep <akshaydeepiitr@gmail.com>
üst 804cd889
......@@ -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)
{
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment