fix GridOffset type

This commit is contained in:
Philippe Teuwen
2020-10-09 21:50:35 +02:00
parent 0f6016e2f6
commit 9020b1292c

View File

@@ -43,7 +43,7 @@ double PlotGridX = 0, PlotGridY = 0, PlotGridXdefault = 64, PlotGridYdefault = 6
uint32_t CursorCPos = 0, CursorDPos = 0;
double GraphPixelsPerPoint = 1.f; // How many visual pixels are between each sample point (x axis)
static bool flushAfterWrite = 0;
int GridOffset = 0;
double GridOffset = 0;
bool GridLocked = false;
bool showDemod = true;