Whitespace.

This commit is contained in:
Richard Kimberly Heck 2018-10-15 22:46:31 -04:00
parent d7f4346a19
commit ae65fb2c98

View File

@ -423,11 +423,8 @@ void LayoutBox::showPopup()
bool enabled = view()->updatesEnabled();
view()->setUpdatesEnabled(false);
d->resetFilter();
QComboBox::showPopup();
view()->setUpdatesEnabled(enabled);
}