summaryrefslogtreecommitdiffstats
path: root/opensuse/core/tqt3/kmenu-search-fix.diff
blob: 68d56d83dfa32a8a028b7362db75d500d226d116 (plain)
1
2
3
4
5
6
7
8
9
10
--- src/widgets/qpopupmenu.cpp
+++ src/widgets/qpopupmenu.cpp
@@ -1391,6 +1391,7 @@
     performDelayedChanges();
     updateSize(TRUE);
     TQWidget::show();
+    updateSize();
     popupActive = -1;
     if(style().styleHint(TQStyle::SH_PopupMenu_SubMenuPopupDelay, this))
 	d->mouseMoveBuffer = TQRegion();