X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fview.hpp;h=2fff8d2559d34e88e65648f76c7613b79b88d92f;hb=4c7a19d3d7049bcc9fb3185ce2bc91333a7ca9e1;hp=9b6ce3ff2967c31283a499a3ff106a1aaa6fa430;hpb=2a9fcd6212fd54d9589717670824d6bd020c694a;p=pulseview.git diff --git a/pv/view/view.hpp b/pv/view/view.hpp index 9b6ce3f..2fff8d2 100644 --- a/pv/view/view.hpp +++ b/pv/view/view.hpp @@ -356,7 +356,6 @@ public: private Q_SLOTS: void on_splitter_moved(); - void on_repeat_splitter_expansion(); void h_scroll_value_changed(int value); void v_scroll_value_changed(); @@ -426,6 +425,8 @@ private: pv::util::Timestamp offset_; bool updating_scroll_; + bool settings_restored_; + bool sticky_scrolling_; bool coloured_bg_; bool always_zoom_to_fit_;