Added black border
This commit is contained in:
parent
82899fd00f
commit
b434e9f895
@ -502,6 +502,8 @@ void CPlotter::DrawOverlay() //DrawOverlay()
|
||||
painter0.drawLine(x1+1,28,x2-2,28);
|
||||
}
|
||||
}
|
||||
painter0.setPen(Qt::black);
|
||||
painter0.drawLine(0, 29, w, 29);
|
||||
#endif
|
||||
|
||||
// paint dials and filter overlays
|
||||
|
Loading…
Reference in New Issue
Block a user