mirror of
https://github.com/overte-org/overte.git
synced 2025-08-10 02:52:57 +02:00
Update running scripts widget to forward mouse release events
This commit is contained in:
parent
76d8090938
commit
61e8a20550
1 changed files with 1 additions and 1 deletions
|
@ -135,7 +135,7 @@ void RunningScriptsWidget::mouseReleaseEvent(QMouseEvent *e)
|
||||||
_mousePressed = false;
|
_mousePressed = false;
|
||||||
_mousePosition = QPoint();
|
_mousePosition = QPoint();
|
||||||
}
|
}
|
||||||
QWidget::mouseReleaseEvent(e);
|
FramelessDialog::mouseReleaseEvent(e);
|
||||||
}
|
}
|
||||||
|
|
||||||
void RunningScriptsWidget::keyPressEvent(QKeyEvent *e)
|
void RunningScriptsWidget::keyPressEvent(QKeyEvent *e)
|
||||||
|
|
Loading…
Reference in a new issue