Snapmatic Pictures open now with double click at the ProfileInterface
This commit is contained in:
parent
e6bfb97cc8
commit
9062c88aea
2 changed files with 10 additions and 0 deletions
|
@ -89,3 +89,9 @@ void SnapmaticWidget::on_cmdDelete_clicked()
|
|||
}
|
||||
}
|
||||
}
|
||||
|
||||
void SnapmaticWidget::mouseDoubleClickEvent(QMouseEvent *ev)
|
||||
{
|
||||
QWidget::mouseDoubleClickEvent(ev);
|
||||
on_cmdView_clicked();
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue