added link to license

This commit is contained in:
fourtf
2018-08-09 16:44:04 +02:00
parent cb235ef532
commit 878daf6eee
4 changed files with 26 additions and 2 deletions
+2
View File
@@ -197,6 +197,8 @@ void Button::mousePressEvent(QMouseEvent *event)
if (this->menu_ && !this->menuVisible_) {
QTimer::singleShot(80, this, [this] { this->showMenu(); });
this->mouseDown_ = false;
this->mouseOver_ = false;
}
}