mirror of
https://github.com/arcan1s/awesome-widgets.git
synced 2025-07-22 18:19:56 +00:00
add workaround for #34 to AW
This commit is contained in:
@ -93,5 +93,5 @@ void CustomLabel::mousePressEvent(QMouseEvent *event)
|
||||
|
||||
widget->sendNotification(QString("system"), text);
|
||||
}
|
||||
emit(QLabel::mousePressEvent(event));
|
||||
emit(QWidget::mousePressEvent(event));
|
||||
}
|
||||
|
Reference in New Issue
Block a user