X-Git-Url: http://git.code-monkey.de/?a=blobdiff_plain;f=pv%2Fview%2Fview.hpp;h=8ef8812cf5443aaaf1553343eeda27df6b77073b;hb=8a5fd81fea577663e8c0f17e53d5928599d0926d;hp=ce89a6bc55abb3c37921311e83d3757c31590f3b;hpb=5ed05b699e5367bae21828f533e3d169b9bab348;p=pulseview.git diff --git a/pv/view/view.hpp b/pv/view/view.hpp index ce89a6b..8ef8812 100644 --- a/pv/view/view.hpp +++ b/pv/view/view.hpp @@ -315,6 +315,8 @@ private: */ void calculate_tick_spacing(); + void adjust_top_margin(); + void update_scroll(); void reset_scroll(); @@ -444,8 +446,6 @@ private: // A nonzero value indicates the v offset to restore. See View::resizeEvent() int saved_v_offset_; - - bool size_finalized_; }; } // namespace TraceView