diff options
| author | Peter LaFosse <peter@vector35.com> | 2021-05-05 14:05:19 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2021-05-10 13:08:37 -0400 |
| commit | 028f3c9fa77caa896b14b42a1360476525478468 (patch) | |
| tree | ffbcb4b11554cb5f972639e5630a34d381768856 /ui/flowgraphwidget.h | |
| parent | cd3a370550d679d2c87c656349d45df711874d20 (diff) | |
Use standard contextMenuEvent for right click
Diffstat (limited to 'ui/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index 9399b26e..678f4b51 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -161,7 +161,7 @@ protected: HighlightTokenState getTokenForMouseEvent(QMouseEvent* event); - void showContextMenu(); + virtual void contextMenuEvent(QContextMenuEvent*) override; void bindActions(); void navigateToAddress(uint64_t addr); |
