Le 14/07/2019 à 23:17, Jean-Marc Lasgouttes a écrit :
commit ee0bd36a867a1e9a596571c14cfc6c3a46dc492d
Author: Jean-Marc Lasgouttes <lasgout...@lyx.org>
Date: Sun Jul 14 21:04:45 2019 +0200
Add empty rows to grid insets when numbers are too wide
This is done to ensure that numbering never overlaps equations. The
result can be different according to the bufferview, which is why
RowInfo::offset is now a std:map.
Remaing issues (how bad are theese ?):
- the numbering is considered too large when it overlaps the inset
rect, whereas one could consider the width if the current row
instead.
- previews may need to be adapted similarly to fit the whole screen width
So, now numbering of math equations is now done outside of the actual
inset. Tell me what you think about it, it seems to work well AFAICS.
Related bugs: #10668, #11333 (forgot to add them in the commits).
Comments wanted.
JMarc