From: Richard Kimberly Heck Date: Tue, 16 Oct 2018 02:46:31 +0000 (-0400) Subject: Whitespace. X-Git-Tag: lyx-2.4.0dev-acb2ca7b~2970 X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=ae65fb2c9815767ccadbe4a3cd7a87e5c734b518;p=features.git Whitespace. --- diff --git a/src/frontends/qt4/LayoutBox.cpp b/src/frontends/qt4/LayoutBox.cpp index 8626d2f063..992a4bf730 100644 --- a/src/frontends/qt4/LayoutBox.cpp +++ b/src/frontends/qt4/LayoutBox.cpp @@ -423,11 +423,8 @@ void LayoutBox::showPopup() bool enabled = view()->updatesEnabled(); view()->setUpdatesEnabled(false); - d->resetFilter(); - QComboBox::showPopup(); - view()->setUpdatesEnabled(enabled); }