diff options
| -rw-r--r-- | ui/logview.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/ui/logview.h b/ui/logview.h index 28cde73c..1f7bd7a9 100644 --- a/ui/logview.h +++ b/ui/logview.h @@ -246,6 +246,7 @@ class BINARYNINJAUIAPI LogView : public GlobalAreaWidget bool m_doClear; bool m_scrolledToEnd; bool m_hasSelection = false; + bool m_isRestored = false; public: LogView(LogStatus* logStatus); |
