this status hack is not needed anymore
svn path=/trunk/KDE/kdelibs/; revision=1128778
This commit is contained in:
parent
913d891b8a
commit
1307855db1
@ -277,10 +277,6 @@ void PopupAppletPrivate::popupConstraintsEvent(Plasma::Constraints constraints)
|
|||||||
//kDebug() << "we are expanding the popupapplet";
|
//kDebug() << "we are expanding the popupapplet";
|
||||||
|
|
||||||
|
|
||||||
if (q->status() == UnknownStatus) {
|
|
||||||
q->setStatus(AcceptingInputStatus);
|
|
||||||
}
|
|
||||||
|
|
||||||
// we only switch to expanded if we aren't horiz/vert constrained and
|
// we only switch to expanded if we aren't horiz/vert constrained and
|
||||||
// this applet has an icon.
|
// this applet has an icon.
|
||||||
// otherwise, we leave it up to the applet itself to figure it out
|
// otherwise, we leave it up to the applet itself to figure it out
|
||||||
@ -366,10 +362,6 @@ void PopupAppletPrivate::popupConstraintsEvent(Plasma::Constraints constraints)
|
|||||||
delete proxy.data();
|
delete proxy.data();
|
||||||
}
|
}
|
||||||
|
|
||||||
if (q->status() == AcceptingInputStatus) {
|
|
||||||
q->setStatus(UnknownStatus);
|
|
||||||
}
|
|
||||||
|
|
||||||
if (!dialogPtr) {
|
if (!dialogPtr) {
|
||||||
//save the aspect ratio mode in case we drag'n drop in the Desktop later
|
//save the aspect ratio mode in case we drag'n drop in the Desktop later
|
||||||
savedAspectRatio = q->aspectRatioMode();
|
savedAspectRatio = q->aspectRatioMode();
|
||||||
|
Loading…
Reference in New Issue
Block a user