From b426eecaf3d8d378c284a65abdddea31f3d85993 Mon Sep 17 00:00:00 2001 From: Mirek Fidler Date: Wed, 20 Sep 2023 14:52:12 +0200 Subject: [PATCH] .DTIMING removed --- uppsrc/TabBar/TabBar.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/uppsrc/TabBar/TabBar.cpp b/uppsrc/TabBar/TabBar.cpp index 097e95c03..4ba90319b 100644 --- a/uppsrc/TabBar/TabBar.cpp +++ b/uppsrc/TabBar/TabBar.cpp @@ -1203,7 +1203,6 @@ void TabBar::PaintTab(Draw &w, const Size &sz, int n, bool enable, bool dragsamp } Image Make() const override { - DTIMING("AlignValue"); const Value& sv = (cnt == 1 ? s->both : c == 0 ? s->first : c == cnt - 1 ? s->last : s->normal)[ndx]; Size isz = size; if(align == AlignedFrame::LEFT || align == AlignedFrame::RIGHT)