diff options
| author | Jordan Wiens <jordan@psifertex.com> | 2021-01-21 13:05:12 -0500 |
|---|---|---|
| committer | Jordan Wiens <jordan@psifertex.com> | 2021-01-21 13:05:12 -0500 |
| commit | c0ddbf0c76d3f1bb7a2b2024f749afc8b9482575 (patch) | |
| tree | 8bb389941832c2b1efd19c5387fce2380748ccb5 | |
| parent | 0245b2c84223be520fdfce4e5afdabbdfbe95ee7 (diff) | |
move navigation to mouse release instead of mouse press
| -rw-r--r-- | ui/scriptingconsole.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/scriptingconsole.h b/ui/scriptingconsole.h index 2fc454ea..0677a655 100644 --- a/ui/scriptingconsole.h +++ b/ui/scriptingconsole.h @@ -118,7 +118,7 @@ protected: void contextMenuEvent(QContextMenuEvent* event) override; public Q_SLOTS: - virtual void mousePressEvent(QMouseEvent* event) override; + virtual void mouseReleaseEvent(QMouseEvent* event) override; void viewChanged(QWidget* frame); }; |
