]> sigrok.org Git - pulseview.git/blobdiff - pv/view/view.hpp
Confirm with user also when trying to close the session's main dock
[pulseview.git] / pv / view / view.hpp
index 379c243507dff5b33c4d748a2074031988e190bc..007ea3b68ba688395e0d20a87c25aea3cab30503 100644 (file)
@@ -423,10 +423,12 @@ private:
        QTimer lazy_event_handler_;
 
        // This is true when the defaults couldn't be set due to insufficient info
-       bool scroll_needs_defaults;
+       bool scroll_needs_defaults_;
 
        // A nonzero value indicates the v offset to restore. See View::resizeEvent()
        int saved_v_offset_;
+
+       bool size_finalized_;
 };
 
 } // namespace TraceView