mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-12-14 09:32:20 +00:00
Warning.
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:
parent
52f84fa5bf
commit
dba9e1ec41
@ -434,7 +434,7 @@ void GuiSymbols::updateSymbolList(bool update_combo)
|
|||||||
if (cat == QChar::Other_Control || cat == QChar::Separator_Space)
|
if (cat == QChar::Other_Control || cat == QChar::Separator_Space)
|
||||||
continue;
|
continue;
|
||||||
++numItem;
|
++numItem;
|
||||||
if (show_all || c >= range_start && c <= range_end)
|
if (show_all || (c >= range_start && c <= range_end))
|
||||||
s.append(c);
|
s.append(c);
|
||||||
if (update_combo) {
|
if (update_combo) {
|
||||||
QString block = getBlock(c);
|
QString block = getBlock(c);
|
||||||
|
Loading…
Reference in New Issue
Block a user