Le 9 déc. 09 à 09:26, Abdelrazak Younes a écrit :
Jean-Marc Lasgouttes wrote:
This commit is obviously correct but Vincent reported something
strange with forwardInset(), in that this will jump over portion
of the document instead of merely poping out of the current inset.
Or maybe it is j
Jean-Marc Lasgouttes wrote:
This commit is obviously correct but Vincent reported something
strange with forwardInset(), in that this will jump over portion of
the document instead of merely poping out of the current inset. Or
maybe it is just that the method name is misleading? In this case, I
This commit is obviously correct but Vincent reported something
strange with forwardInset(), in that this will jump over portion of
the document instead of merely poping out of the current inset. Or
maybe it is just that the method name is misleading? In this case, I
would rename it to next
lasgout...@lyx.org wrote:
Author: lasgouttes
Date: Tue Dec 8 23:41:10 2009
New Revision: 32435
URL: http://www.lyx.org/trac/changeset/32435
Log:
Speedup updateMacroInstances. This has some effect on document loading time:
it was a significant part of this time
This commit is obviously correct