mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-28 01:04:41 +08:00
(EasyGraphicsItem) increased events interval
This commit is contained in:
parent
0658540109
commit
b63cc382bd
@ -688,7 +688,7 @@ void EasyGraphicsItem::paint(QPainter* _painter, const QStyleOptionGraphicsItem*
|
|||||||
|
|
||||||
rect.setRect(left, top, width, h);
|
rect.setRect(left, top, width, h);
|
||||||
_painter->drawRect(rect);
|
_painter->drawRect(rect);
|
||||||
prevRight = left + width;
|
prevRight = left + width + 2;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user