]> git.lyx.org Git - features.git/commit
Fix remaining issues with big delimiters
authorEnrico Forestieri <forenr@lyx.org>
Wed, 11 Apr 2007 00:27:35 +0000 (00:27 +0000)
committerEnrico Forestieri <forenr@lyx.org>
Wed, 11 Apr 2007 00:27:35 +0000 (00:27 +0000)
commitc58f3252e52ff7f65a1ad60d5b4f1d97e205a0c5
tree8ef05730da4435d532936ec93e0b9ff10aa01945
parentaa87b87bf96aefcde70707e0a4a87678b5277f5a
Fix remaining issues with big delimiters

* src/mathed/MathSupport.C:
add "slash" to the decoration table.

* src/mathed/InsetMathBig.C
(InsetMathBig::draw): don't remove backslash delimiter.
(InsetMathBig::isBigInsetDelim): add "\\" and "\slash" to
the delimiters table.

* src/frontends/qt4/QDelimiterDialog.C
(fix_name): return "\\" instead of "\backslash" as that now
works after the fixes above.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@17771 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/QDelimiterDialog.C
src/mathed/InsetMathBig.C
src/mathed/MathSupport.C