X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fview.hpp;h=379c243507dff5b33c4d748a2074031988e190bc;hb=39ab01e794a0c13cfc012e90dd17eaebc234fb38;hp=2f5d7020f05011c70594589ca95c4d50bae2bb65;hpb=efdec55aec1a137460fa362a381ed1904182bfed;p=pulseview.git diff --git a/pv/view/view.hpp b/pv/view/view.hpp index 2f5d702..379c243 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