]> git.lyx.org Git - features.git/commitdiff
Whitespace.
authorRichard Kimberly Heck <rikiheck@lyx.org>
Tue, 16 Oct 2018 02:46:31 +0000 (22:46 -0400)
committerJean-Marc Lasgouttes <lasgouttes@lyx.org>
Thu, 18 Jun 2020 12:39:50 +0000 (14:39 +0200)
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);
 }