don't need this debug anymore
svn path=/trunk/KDE/kdelibs/; revision=1096905
This commit is contained in:
parent
b2b72f7f2c
commit
c2b211aba8
@ -261,10 +261,7 @@ void Label::mousePressEvent(QGraphicsSceneMouseEvent *event)
|
||||
//FIXME: when QTextControl accept()s mouse press events (as of Qt 4.6.2, it processes them
|
||||
//but never marks them as accepted) the following event->accept() can be removed
|
||||
if (d->textSelectable) {
|
||||
kDebug() << "accepting event";
|
||||
event->accept();
|
||||
} else {
|
||||
kDebug() << "not accepting event";
|
||||
}
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user