* src/frontends/qt4/GuiBox.cpp:

- Fix button activation with pagebreak CB.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21948 a592a061-630c-0410-9148-cb99ea01b6c8
This commit is contained in:
Jürgen Spitzmüller 2007-12-04 11:29:43 +00:00
parent e0b4fc9da4
commit 8a13582720

View File

@ -223,7 +223,7 @@ void GuiBox::pagebreakClicked()
setSpecial(false);
} else
typeChanged(typeCO->currentIndex());
change_adaptor();
}
void GuiBox::updateContents()