]> git.lyx.org Git - features.git/commit
* InsetCollapsable:
authorAbdelrazak Younes <younes@lyx.org>
Fri, 2 Nov 2007 17:47:51 +0000 (17:47 +0000)
committerAbdelrazak Younes <younes@lyx.org>
Fri, 2 Nov 2007 17:47:51 +0000 (17:47 +0000)
commitc51f1cffaa186dcd73458fb589c7c2c19cac64ba
tree306d10496cce3cb41f84cf6b28536288b48db2b3
parent37af3d5a3d3088bbaa18dc1fd7cb65de4cec6883
* InsetCollapsable:
- InsetCollapsable(): Move labelfont initialisation to InsetCollapsable::setLayout().
- read(): reset the inset layout.

All other insets: get rid of redundant setLayout() calls.

This commit fixes the multiple crashes in trunk but the color used for text and background are completely wrong...

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21382 a592a061-630c-0410-9148-cb99ea01b6c8
src/insets/InsetBox.cpp
src/insets/InsetBranch.cpp
src/insets/InsetCollapsable.cpp
src/insets/InsetERT.cpp
src/insets/InsetFoot.cpp
src/insets/InsetIndex.cpp
src/insets/InsetListings.cpp
src/insets/InsetMarginal.cpp
src/insets/InsetNote.cpp