0
0
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:
Victor Zarubkin 2016-11-26 17:15:08 +03:00
parent 0658540109
commit b63cc382bd

View File

@ -688,7 +688,7 @@ void EasyGraphicsItem::paint(QPainter* _painter, const QStyleOptionGraphicsItem*
rect.setRect(left, top, width, h);
_painter->drawRect(rect);
prevRight = left + width;
prevRight = left + width + 2;
}
}
}