Kaydet (Commit) 01bca619 authored tarafından Akshay Deep's avatar Akshay Deep

Disable subset LB when search mode is enabled

Change-Id: Ic8fa88f1e471fe3eab965e5f0106de0348e62ec0
Reviewed-on: https://gerrit.libreoffice.org/41161Tested-by: 's avatarJenkins <ci@libreoffice.org>
Reviewed-by: 's avatarAkshay Deep <akshaydeepiitr@gmail.com>
üst 1bb07b76
......@@ -694,8 +694,7 @@ void SvxCharacterMap::toggleSearchView(bool state)
isSearchMode = state;
m_pHexCodeText->SetReadOnly(state);
m_pDecimalCodeText->SetReadOnly(state);
m_pSubsetLB->SetReadOnly(state);
m_pSubsetLB->Invalidate();
m_pSubsetLB->Disable(state);
if(state)
{
......
......@@ -22,7 +22,6 @@
#include <svx/svxdllapi.h>
#include <unordered_map>
#include <vcl/metric.hxx>
#include <list>
......
......@@ -25,7 +25,6 @@
#include <rtl/textenc.h>
#include <svx/ucsubset.hxx>
#include <unordered_map>
#include <svx/strings.hrc>
......
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