From 80b65e0a24039aee78ebff2233b5717952c83014 Mon Sep 17 00:00:00 2001 From: Peter LaFosse Date: Thu, 18 Aug 2022 09:22:38 -0400 Subject: Add 'Zoom To Cursor' to flow graph --- ui/flowgraphwidget.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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; -- cgit v1.3.1