You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
12 lines
541 B
12 lines
541 B
13 years ago
|
--- kdeui/kmenubar.cpp.sav 2008-03-08 17:32:38.000000000 +0100
|
||
|
+++ kdeui/kmenubar.cpp 2009-08-30 09:27:29.000000000 +0200
|
||
|
@@ -308,7 +308,7 @@ void KMenuBar::updateFallbackSize()
|
||
|
if( d->fallback_mode )
|
||
|
{
|
||
|
d->fallback_mode = false;
|
||
|
-// KWin::setStrut( winId(), 0, 0, 0, 0 ); KWin will set strut as it will see fit
|
||
|
+ KWin::setStrut( winId(), 0, 0, 0, 0 );
|
||
|
setMinimumSize( 0, 0 );
|
||
|
setMaximumSize( QWIDGETSIZE_MAX, QWIDGETSIZE_MAX );
|
||
|
updateMenuBarSize();
|