add workaround for #34 to AW

This commit is contained in:
arcan1s
2014-10-27 04:20:13 +03:00
parent 6463ed3bf7
commit 13023a4985
4 changed files with 6 additions and 5 deletions

View File

@ -93,5 +93,5 @@ void CustomLabel::mousePressEvent(QMouseEvent *event)
widget->sendNotification(QString("system"), text);
}
emit(QLabel::mousePressEvent(event));
emit(QWidget::mousePressEvent(event));
}