]> git.lyx.org Git - features.git/commit
Fix a crash when applying the preferences.
authorVincent van Ravesteijn <vfr@lyx.org>
Sat, 15 Aug 2009 14:34:00 +0000 (14:34 +0000)
committerVincent van Ravesteijn <vfr@lyx.org>
Sat, 15 Aug 2009 14:34:00 +0000 (14:34 +0000)
commitffea0ce1e9cffba3d409f2f2d17bb22d1b42a34f
tree359133b168c739eb8b1ec566af4d7150d1191be1
parent3c91fecb610fe51dca9078a57fdf35e3690eb92b
Fix a crash when applying the preferences.

The problem is that all toolbars are deleted and thus also the LayoutBox, which I made a member of GuiView.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@31051 a592a061-630c-0410-9148-cb99ea01b6c8
src/frontends/qt4/GuiView.cpp