.DTIMING removed

This commit is contained in:
Mirek Fidler 2023-09-20 14:52:12 +02:00
parent 413eec2a31
commit b426eecaf3

View file

@ -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)