X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fview.hpp;h=2fff8d2559d34e88e65648f76c7613b79b88d92f;hb=4c7a19d3d7049bcc9fb3185ce2bc91333a7ca9e1;hp=8d5e60f2f35ed76262b6654c6ad85f66cbb4fc3b;hpb=33094993339188a3baef302fb09eff6bf6bb6779;p=pulseview.git diff --git a/pv/view/view.hpp b/pv/view/view.hpp index 8d5e60f..2fff8d2 100644 --- a/pv/view/view.hpp +++ b/pv/view/view.hpp @@ -323,7 +323,9 @@ private: void set_scroll_default(); - bool header_fully_visible() const; + bool header_was_shrunk() const; + + void expand_header_to_fit(); void update_layout(); @@ -353,6 +355,8 @@ public: private Q_SLOTS: + void on_splitter_moved(); + void h_scroll_value_changed(int value); void v_scroll_value_changed(); @@ -421,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_;