mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-11 11:08:41 +00:00
buglets
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@3044 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5a3fc63bfe
commit
491148bbd9
@ -749,9 +749,6 @@ void MathCursor::selHandle(bool sel)
|
||||
void MathCursor::selStart()
|
||||
{
|
||||
seldump("selStart");
|
||||
if (selection_)
|
||||
return;
|
||||
|
||||
theSelection.clear();
|
||||
Anchor_ = Cursor_;
|
||||
selection_ = true;
|
||||
|
@ -68,6 +68,6 @@ void MathMacroTemplate::write(WriteStream & os) const
|
||||
{
|
||||
os << "\n\\newcommand{\\" << name_.c_str() << '}';
|
||||
if (numargs_ > 0)
|
||||
os << '[' << ('0' + numargs_) << ']';
|
||||
os << '[' << numargs_ << ']';
|
||||
os << '{' << cell(0) << "}\n";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user