summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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);
};