]> git.lyx.org Git - features.git/commitdiff
* src/frontends/qt4/GuiBox.cpp:
authorJürgen Spitzmüller <spitz@lyx.org>
Tue, 4 Dec 2007 11:29:43 +0000 (11:29 +0000)
committerJürgen Spitzmüller <spitz@lyx.org>
Tue, 4 Dec 2007 11:29:43 +0000 (11:29 +0000)
- Fix button activation with pagebreak CB.

git-svn-id: svn://svn.lyx.org/lyx/lyx-devel/trunk@21948 a592a061-630c-0410-9148-cb99ea01b6c8

src/frontends/qt4/GuiBox.cpp

index 5193ec14b71cf7e92baa9ceac8953b36fa5e025a..c29a4e24d5fb24192dada1a76cdfd8c875ee6435 100644 (file)
@@ -223,7 +223,7 @@ void GuiBox::pagebreakClicked()
                setSpecial(false);
        } else
                typeChanged(typeCO->currentIndex());
-       
+       change_adaptor();
 }
 
 void GuiBox::updateContents()