should not be needed anymore
svn path=/trunk/KDE/kdelibs/; revision=1112642
This commit is contained in:
parent
2aa0b00d40
commit
5d28ad3e73
@ -746,15 +746,11 @@ void ExtenderItemPrivate::updateToolBox()
|
||||
if (closeIndex == -1 && destroyActionVisibility &&
|
||||
closeAction && widget->action() == closeAction) {
|
||||
closeIndex = index;
|
||||
widget->setMinimumSize(widgetSize);
|
||||
widget->setMaximumSize(widgetSize);
|
||||
continue;
|
||||
}
|
||||
|
||||
if (returnToSourceIndex == -1 && returnToSourceVisibility &&
|
||||
returnToSourceAction && widget->action() == returnToSourceAction) {
|
||||
widget->setMinimumSize(widgetSize);
|
||||
widget->setMaximumSize(widgetSize);
|
||||
returnToSourceIndex = index;
|
||||
continue;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user