summaryrefslogtreecommitdiff
path: root/src/modlistview.h
diff options
context:
space:
mode:
authorMikaël Capelle <capelle.mikael@gmail.com>2021-01-07 22:25:07 +0100
committerMikaël Capelle <capelle.mikael@gmail.com>2021-01-10 10:27:30 +0100
commitabd82f88db694557a9eac0706f6831f150123c7b (patch)
treeec71cd2b016dfb820b3beb37cde3fe2888fc22f3 /src/modlistview.h
parentc06d28e3a388d53543897c7fcafe3ed3507dce78 (diff)
Fix Alt+Click for selecting children of separators.
Diffstat (limited to 'src/modlistview.h')
-rw-r--r--src/modlistview.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/modlistview.h b/src/modlistview.h
index 6301a5da..3b64e01b 100644
--- a/src/modlistview.h
+++ b/src/modlistview.h
@@ -165,6 +165,7 @@ protected:
void dragMoveEvent(QDragMoveEvent* event) override;
void dropEvent(QDropEvent* event) override;
void mousePressEvent(QMouseEvent* event) override;
+ void mouseReleaseEvent(QMouseEvent* event) override;
bool event(QEvent* event) override;
protected slots: