diff --git a/server/TracyTimelineItemPlot.cpp b/server/TracyTimelineItemPlot.cpp index 939f3713..7eefbd41 100644 --- a/server/TracyTimelineItemPlot.cpp +++ b/server/TracyTimelineItemPlot.cpp @@ -132,7 +132,7 @@ void TimelineItemPlot::Preprocess( const TimelineContext& ctx, TaskDispatch& td, const auto vStart = ctx.vStart; const auto vEnd = ctx.vEnd; const auto nspx = ctx.nspx; - const auto MinVisNs = int64_t( round( GetScale() * MinVisSize * nspx ) ); + const auto MinVisNs = int64_t( round( MinVisSize * nspx ) ); auto& vec = m_plot->data; vec.ensure_sorted();