diff options
| author | Brian Potchik <brian@vector35.com> | 2019-11-14 19:14:14 -0500 |
|---|---|---|
| committer | Brian Potchik <brian@vector35.com> | 2019-11-14 19:14:14 -0500 |
| commit | 3c329e77e0318db070099be2d1731c4e7ac510ba (patch) | |
| tree | 4c25b2cb567276ff2a9894a51f6973be68b6c79d | |
| parent | bce6c88c9eb1ae1aa33ef0affdb7dbda8814cf88 (diff) | |
Ignore spurious updates for initial feature map orientation.
| -rw-r--r-- | ui/featuremap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/featuremap.h b/ui/featuremap.h index 8ace53b8..939e46df 100644 --- a/ui/featuremap.h +++ b/ui/featuremap.h @@ -53,7 +53,7 @@ class BINARYNINJAUIAPI FeatureMap: public QWidget, public BinaryNinja::BinaryDat QVector<QColor> m_colors; QVector<QRgb> m_colorTable; - bool m_setInitialOrientation = true; + bool m_enableOrientationUpdate = false; class BackgroundRefresh: public BinaryNinja::RefCountObject { |
