X-Git-Url: https://sigrok.org/gitweb/?p=pulseview.git;a=blobdiff_plain;f=pv%2Fviews%2Ftrace%2Fruler.hpp;h=448204b2410410bb7e78c7f635c2392d49937603;hp=0c614c6c8bad27360b4cca6ada99dbe91320d709;hb=d9b55cc8ab01e83b392762ed1fa400fdafafb60b;hpb=ffc00fdd5946593ad2a587078fd4ee9ba0a507ec diff --git a/pv/views/trace/ruler.hpp b/pv/views/trace/ruler.hpp index 0c614c6c..448204b2 100644 --- a/pv/views/trace/ruler.hpp +++ b/pv/views/trace/ruler.hpp @@ -63,8 +63,6 @@ private: /// Height of the ruler in multipes of the text height static const float RulerHeight; - static const int MinorTickSubdivision; - /// Height of the hover arrow in multiples of the text height static const float HoverArrowSize; @@ -170,6 +168,7 @@ private: const pv::util::Timestamp& offset, const double scale, const int width, + const unsigned int minor_tick_count, function format_function); protected: