diff options
Diffstat (limited to 'ui/flowgraphwidget.h')
| -rw-r--r-- | ui/flowgraphwidget.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/flowgraphwidget.h b/ui/flowgraphwidget.h index c267a1d0..3ed2886e 100644 --- a/ui/flowgraphwidget.h +++ b/ui/flowgraphwidget.h @@ -249,6 +249,7 @@ class BINARYNINJAUIAPI FlowGraphWidget : virtual void setRelatedIndexHighlights(FunctionRef func, const std::set<size_t>& related) override; virtual void setRelatedInstructionHighlights(FunctionRef func, const std::set<uint64_t>& related) override; + float getScale() const { return m_scale; } float maxScale() const; virtual void zoom(bool direction); virtual void zoomToScale(float scale = 1.0f); |
