summaryrefslogtreecommitdiff
path: root/ui/scriptingconsole.h
diff options
context:
space:
mode:
authorJordan Wiens <jordan@psifertex.com>2021-01-21 13:05:12 -0500
committerJordan Wiens <jordan@psifertex.com>2021-01-21 13:05:12 -0500
commitc0ddbf0c76d3f1bb7a2b2024f749afc8b9482575 (patch)
tree8bb389941832c2b1efd19c5387fce2380748ccb5 /ui/scriptingconsole.h
parent0245b2c84223be520fdfce4e5afdabbdfbe95ee7 (diff)
move navigation to mouse release instead of mouse press
Diffstat (limited to 'ui/scriptingconsole.h')
-rw-r--r--ui/scriptingconsole.h2
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);
};