2
0
forked from Ivasoft/DSView

zip marker

This commit is contained in:
dreamsourcelab tai
2021-09-30 11:40:45 +08:00
parent 4c48653ccc
commit 5933cc4b1b
40 changed files with 305 additions and 174 deletions

View File

@@ -132,7 +132,7 @@ void XCursor::set_value(XCur_type type, double value)
}
void XCursor::paint(QPainter &p, const QRect &rect, XCur_type highlight, int order)
{
{
const int arrow = 3;
const int x = rect.left() + _yvalue * rect.width();
const int y0 = rect.top() + _value0 * rect.height();