mirror of
https://git.lyx.org/repos/lyx.git
synced 2024-11-05 13:26:21 +00:00
make it compile & disable debug message
git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@7920 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
parent
5c2f0c5c46
commit
7e2343e016
@ -225,8 +225,8 @@ bool textUndoOrRedo(BufferView * bv,
|
||||
advance(last, plist.size() - undo.last_par_offset + 1);
|
||||
otherstack.top().pars.insert(otherstack.top().pars.begin(), first, last);
|
||||
}
|
||||
otherstack.top().cursor_pos = text
|
||||
lyxerr << " undo other: " << otherstack.top() << endl;
|
||||
//otherstack.top().cursor_pos = text;
|
||||
//lyxerr << " undo other: " << otherstack.top() << endl;
|
||||
}
|
||||
|
||||
// Now we can unlock the inset for safety because the inset
|
||||
|
Loading…
Reference in New Issue
Block a user