X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fview%2Fview.hpp;h=379c243507dff5b33c4d748a2074031988e190bc;hp=2f5d7020f05011c70594589ca95c4d50bae2bb65;hb=39ab01e794a0c13cfc012e90dd17eaebc234fb38;hpb=efdec55aec1a137460fa362a381ed1904182bfed diff --git a/pv/view/view.hpp b/pv/view/view.hpp index 2f5d7020..379c2435 100644 --- a/pv/view/view.hpp +++ b/pv/view/view.hpp @@ -424,6 +424,9 @@ private: // This is true when the defaults couldn't be set due to insufficient info bool scroll_needs_defaults; + + // A nonzero value indicates the v offset to restore. See View::resizeEvent() + int saved_v_offset_; }; } // namespace TraceView