Added clamp to PageDown case in plot GUI and updated changelog
This commit is contained in:
@@ -707,6 +707,8 @@ void Plot::keyPressEvent(QKeyEvent *event) {
|
||||
|
||||
case Qt::Key_PageDown:
|
||||
GraphStart += PageWidth;
|
||||
if (GraphStart > startMax)
|
||||
GraphStart = startMax;
|
||||
break;
|
||||
|
||||
default:
|
||||
|
||||
Reference in New Issue
Block a user