]> git.lyx.org Git - lyx.git/commit
GuiBox.cpp, InsetBox.cpp: fix some wrong logic
authorUwe Stöhr <uwestoehr@lyx.org>
Sat, 25 May 2013 13:07:17 +0000 (15:07 +0200)
committerUwe Stöhr <uwestoehr@lyx.org>
Sat, 25 May 2013 13:07:17 +0000 (15:07 +0200)
commit427aeff90fdb9ff5a698c73b72240467611c9f04
tree38bea0108f68c0492e9ef7d45dae63790982ff54
parent92a2e179035a9c67bb042a3b6eac00a72d1ef862
GuiBox.cpp, InsetBox.cpp: fix some wrong logic

- InsetBox.cpp:
 a framebox without inner box and without a width is \fbox
 a framebox with inner box is also \fbox
 a framebox without inner box and with width is \framebox

- GuiBox.cpp: the width checkbox must be checked if there is width
src/frontends/qt4/GuiBox.cpp
src/insets/InsetBox.cpp