diff options
| -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; |
