kopia lustrzana https://gitlab.com/Teuniz/DSRemote
Work in progress.
rodzic
3097930bb2
commit
b4c4e1ee92
|
@ -294,8 +294,14 @@ void SignalCurve::drawWidget(QPainter *painter, int curve_w, int curve_h)
|
||||||
|
|
||||||
/////////////////////////////////// draw the arrows ///////////////////////////////////////////
|
/////////////////////////////////// draw the arrows ///////////////////////////////////////////
|
||||||
|
|
||||||
// v_sense = -((double)curve_h / 256.0);
|
if(devparms->modelserie == 6)
|
||||||
|
{
|
||||||
|
v_sense = -((double)curve_h / 256.0);
|
||||||
|
}
|
||||||
|
else
|
||||||
|
{
|
||||||
v_sense = -((double)curve_h / 200.0);
|
v_sense = -((double)curve_h / 200.0);
|
||||||
|
}
|
||||||
|
|
||||||
drawTrigCenterArrow(painter, curve_w / 2, 0);
|
drawTrigCenterArrow(painter, curve_w / 2, 0);
|
||||||
|
|
||||||
|
|
Ładowanie…
Reference in New Issue