]> git.lyx.org Git - features.git/commit
* InsetCollapsable::metrics(): it seems we don't need to refit anymore. Saves an...
authorAbdelrazak Younes <younes@lyx.org>
Sat, 1 Sep 2007 09:24:20 +0000 (09:24 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Sat, 1 Sep 2007 09:24:20 +0000 (09:24 +0000)
commitfb74d5a4763e2c0e76de63bc6b8cc94b8acd603f
treec10b070388fefd51cad7024b14292e05a5ffdf7e
parent7a6edab5c17a5f9e0ef7d4c426dc3d37f8387b37
* InsetCollapsable::metrics(): it seems we don't need to refit anymore. Saves an InsetText::metrics() call and enable single Row painting within opened inline insets.

* TextMetrics::drawParagraph(): force full repaint on Insets that are within the current repainting row.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@19968 a592a061-630c-0410-9148-cb99ea01b6c8
src/TextMetrics.cpp
src/insets/InsetCollapsable.cpp