now that it works properly, we probably don't need to be told about it all the time ;)

svn path=/trunk/KDE/kdebase/workspace/libs/plasma/; revision=729455
This commit is contained in:
Aaron J. Seigo 2007-10-26 02:31:44 +00:00
parent 49914e5a49
commit 96accbd236

View File

@ -915,7 +915,7 @@ bool Icon::isDown()
void Icon::mousePressEvent(QGraphicsSceneMouseEvent *event)
{
kDebug();
//kDebug();
foreach (IconAction *action, d->cornerActions) {
action->event(event->type(), event->pos());
}
@ -930,7 +930,7 @@ void Icon::mousePressEvent(QGraphicsSceneMouseEvent *event)
void Icon::mouseReleaseEvent(QGraphicsSceneMouseEvent *event)
{
kDebug();
//kDebug();
bool inside = boundingRect().contains(event->pos());
Private::ButtonState was = d->state;