git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_6_X@36028 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Richard Heck 2010-11-04 11:53:57 +00:00
parent 52f84fa5bf
commit dba9e1ec41

View File

@ -434,7 +434,7 @@ void GuiSymbols::updateSymbolList(bool update_combo)
if (cat == QChar::Other_Control || cat == QChar::Separator_Space)
continue;
++numItem;
if (show_all || c >= range_start && c <= range_end)
if (show_all || (c >= range_start && c <= range_end))
s.append(c);
if (update_combo) {
QString block = getBlock(c);