]> git.lyx.org Git - lyx.git/commit
Inset coords shall not be recorded in Inset::draw() because this can create problems...
authorAbdelrazak Younes <younes@lyx.org>
Thu, 20 Sep 2007 10:58:38 +0000 (10:58 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Thu, 20 Sep 2007 10:58:38 +0000 (10:58 +0000)
commit4c82dd1fc8d8b90c89a77bfcb3503d1dcae49d94
treee72653d70fd59d28538dcd93831075a1b02c1238
parentc3fefae32690647366040373050e5e29c2c5daa7
Inset coords shall not be recorded in Inset::draw() because this can create problems with inheritance (which often modify the coords but not the Inset pointer itself). Right now there three kind of inset containers: paragraphs, tables and math arrays. The coords caching is fixed in the first two.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@20376 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/InsetCommand.cpp
src/insets/InsetExternal.cpp
src/insets/InsetFlex.cpp
src/insets/InsetGraphics.cpp
src/insets/InsetInclude.cpp
src/insets/InsetQuotes.cpp
src/insets/InsetTabular.cpp
src/insets/InsetVSpace.cpp