mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 21:33:47 -07:00
lighter blue for cursorD, more visible
This commit is contained in:
parent
9020b1292c
commit
9be8b341ff
1 changed files with 1 additions and 1 deletions
|
@ -596,7 +596,7 @@ void Plot::paintEvent(QPaintEvent *event) {
|
|||
painter.drawLine(xCoordOf(CursorCPos, plotRect), plotRect.top(), xCoordOf(CursorCPos, plotRect), plotRect.bottom());
|
||||
}
|
||||
if (CursorDPos > GraphStart && xCoordOf(CursorDPos, plotRect) < plotRect.right()) {
|
||||
painter.setPen(QColor(0, 0, 205)); //light blue
|
||||
painter.setPen(QColor(100, 209, 246)); //light blue
|
||||
painter.drawLine(xCoordOf(CursorDPos, plotRect), plotRect.top(), xCoordOf(CursorDPos, plotRect), plotRect.bottom());
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue