Le 08/04/12 19:19, b...@lyx.org a écrit :
Author: Georg Baum<georg.b...@post.rwth-aachen.de>
Date: Sun, 08 Apr 2012 19:15:49 +0200
New Commit: 1fa39e1f953434700f1af4fb2eb9b193dd1709df
URL:
http://git.lyx.org/?p=lyx.git;a=commit;h=1fa39e1f953434700f1af4fb2eb9b193dd1709df
Log:
Fix undo of entering \hline
It was broken with 6d75800f5d23 as noticed by Enrico. The fix is to use undo
groups (thanks Jean-Marc).
Two things that bother me:
1/ all dispatch actions initiated in the main should be wrapped into an
undogroup. Therefore I am not sure why extra work is necessary.
2/ It looks like you open groups in one function and close it somewhere
else. I think it is the best recipe for getting dangling groups. Isn't
is possible (barring 1/) to have the begin/end together?
JMarc