mirror of
https://github.com/ultimatepp/ultimatepp.git
synced 2026-05-15 14:16:07 -06:00
.DTIMING removed
This commit is contained in:
parent
413eec2a31
commit
b426eecaf3
1 changed files with 0 additions and 1 deletions
|
|
@ -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)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue