We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4584151 commit 7216528Copy full SHA for 7216528
1 file changed
ui/flowgraphwidget.h
@@ -249,6 +249,7 @@ class BINARYNINJAUIAPI FlowGraphWidget :
249
virtual void setRelatedIndexHighlights(FunctionRef func, const std::set<size_t>& related) override;
250
virtual void setRelatedInstructionHighlights(FunctionRef func, const std::set<uint64_t>& related) override;
251
252
+ float getScale() const { return m_scale; }
253
float maxScale() const;
254
virtual void zoom(bool direction);
255
virtual void zoomToScale(float scale = 1.0f);
0 commit comments