]> git.lyx.org Git - lyx.git/commitdiff
Whitespace.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 16 Oct 2018 02:46:31 +0000 (22:46 -0400)
committerRichard Kimberly Heck <rikiheck@lyx.org>
Fri, 19 Oct 2018 01:49:31 +0000 (21:49 -0400)
src/frontends/qt4/LayoutBox.cpp

index 8626d2f063fd4b51c66413dbc03b108299119282..992a4bf730b138d634043acf2b6cbb5edf973f70 100644 (file)
@@ -423,11 +423,8 @@ void LayoutBox::showPopup()
 
        bool enabled = view()->updatesEnabled();
        view()->setUpdatesEnabled(false);
-
        d->resetFilter();
-
        QComboBox::showPopup();
-
        view()->setUpdatesEnabled(enabled);
 }