diff --git a/client/src/proxguiqt.cpp b/client/src/proxguiqt.cpp index 241d3c419..4fbfce09d 100644 --- a/client/src/proxguiqt.cpp +++ b/client/src/proxguiqt.cpp @@ -816,6 +816,7 @@ void Plot::Zoom(double factor, uint32_t refX) { } void Plot::Move(int offset) { + if (GraphTraceLen == 0) return; if (offset > 0) { // Move right if (GraphPixelsPerPoint < 20) { GraphStart += offset;