diff options
| author | Peter LaFosse <peter@vector35.com> | 2022-08-18 09:22:38 -0400 |
|---|---|---|
| committer | Peter LaFosse <peter@vector35.com> | 2022-08-18 09:56:44 -0400 |
| commit | 80b65e0a24039aee78ebff2233b5717952c83014 (patch) | |
| tree | 95e646a2dd8e631bcb4d8690b4f6e1fcc8460a01 | |
| parent | daa5ed6ff6d93deb20aa09cdfb5429e34391e5e9 (diff) | |
Add 'Zoom To Cursor' to flow graph
| -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 3186e9eb..13efd46c 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -231,7 +231,7 @@ class BINARYNINJAUIAPI FlowGraphWidget : float maxScale() const; virtual void zoom(bool direction); virtual void zoomToScale(float scale = 1.0f); - // virtual void zoomToCursor(); + virtual void zoomToCursor(); virtual bool event(QEvent* event) override; void disableZoom(); virtual void sendWheelEvent(QWheelEvent* event) override; |
