]> git.lyx.org Git - features.git/commit
Bug fix: correctly redraw a Row containing and inset which Dimension slightly changed...
authorAbdelrazak Younes <younes@lyx.org>
Mon, 27 Aug 2007 16:30:57 +0000 (16:30 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Mon, 27 Aug 2007 16:30:57 +0000 (16:30 +0000)
commitb52c339cceb3d939a26adf106bab72c835d66a17
tree4ab2a0d88fa4e80c2843397ae35cf9f0f11f92d1
parentcb25c9980eb3e505af3e97f561053fd94ce43697
Bug fix: correctly redraw a Row containing and inset which Dimension slightly changed. This replace the need for the former leftEdgeFixed boolean in rowpainter.C:paintPar() before the removal of the wide() hack in revision 19834.

* Inset::dimension(): access to dim_

* TextMetrics::redoParagraph(): don't trust Inset::metrics() returned boolean as the internal dimension is changed down in the inheritance chain for InsetFoot->InsetCollapsable->InsetText.

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