]> sigrok.org Git - pulseview.git/blobdiff - pv/view/view.hpp
Tie the "use coloured bg" setting in with the settings mgmt
[pulseview.git] / pv / view / view.hpp
index 007ea3b68ba688395e0d20a87c25aea3cab30503..0e1a54438a4206f00254453e26f4565c270de3bb 100644 (file)
@@ -205,6 +205,11 @@ public:
         */
        void enable_sticky_scrolling(bool state);
 
+       /**
+        * Toggle sticky scrolling.
+        */
+       void toggle_sticky_scrolling(void);
+
        /**
         * Enables or disables coloured trace backgrounds. If they're not
         * coloured then they will use alternating colors.
@@ -401,6 +406,7 @@ private:
 
        bool updating_scroll_;
        bool sticky_scrolling_;
+       bool coloured_bg_;
        bool always_zoom_to_fit_;
        QTimer delayed_view_updater_;