mirror of
https://github.com/RfidResearchGroup/proxmark3.git
synced 2025-08-20 05:13:46 -07:00
chG: adjust some "." progress dots, that shouldn't use NORMAL..
This commit is contained in:
parent
5de4d9d3a6
commit
40cc0a402b
6 changed files with 12 additions and 9 deletions
|
@ -236,7 +236,7 @@ void ProxWidget::showEvent(QShowEvent *event) {
|
|||
//----------- Plotting
|
||||
|
||||
int Plot::xCoordOf(int i, QRect r ) {
|
||||
return r.left() + (int)((i - GraphStart)*GraphPixelsPerPoint);
|
||||
return r.left() + (int)((i - GraphStart) * GraphPixelsPerPoint);
|
||||
}
|
||||
|
||||
int Plot::yCoordOf(int v, QRect r, int maxVal) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue