X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fview.hpp;h=08e17d6056867f45be84bee8b62d61cad70f45df;hp=1184213150d21449423f97156f9bafa9fbe01f81;hb=4cc2e925cf5056bc11514cc44da820eada72ce56;hpb=e0be5f218757a03a2132c50417190b82de1a6bd5 diff --git a/pv/view/view.hpp b/pv/view/view.hpp index 11842131..08e17d60 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(); @@ -354,6 +356,8 @@ 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(); @@ -422,6 +426,8 @@ private: pv::util::Timestamp offset_; bool updating_scroll_; + bool settings_restored_; + bool sticky_scrolling_; bool coloured_bg_; bool always_zoom_to_fit_;