Fix double-click events on Aurorae Tabs
svn path=/trunk/KDE/kdebase/workspace/; revision=1124534
This commit is contained in:
parent
a1fa419ea6
commit
7048743431
1 changed files with 0 additions and 1 deletions
|
@ -242,7 +242,6 @@ void AuroraeTab::mouseReleaseEvent(QGraphicsSceneMouseEvent *event)
|
|||
|
||||
void AuroraeTab::mouseDoubleClickEvent(QGraphicsSceneMouseEvent *event)
|
||||
{
|
||||
QGraphicsItem::mouseDoubleClickEvent(event);
|
||||
if (event->button() == Qt::LeftButton) {
|
||||
m_dblClicked = true;
|
||||
emit mouseDblClicked();
|
||||
|
|
Loading…
Reference in a new issue