We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5810ddb commit 56e98d8Copy full SHA for 56e98d8
OpenEphys.Onix1.Design/Rhs2116StimulusSequenceDialog.cs
@@ -330,8 +330,6 @@ private void DrawStimulusWaveform(bool setZoomState = true)
330
return Math.Abs(val).ToString("0");
331
};
332
333
- DrawScale();
334
-
335
SetZoomOutBoundaries(zedGraphWaveform);
336
337
dataGridViewStimulusTable.Refresh();
@@ -347,6 +345,8 @@ private void DrawStimulusWaveform(bool setZoomState = true)
347
345
if (!CheckZoomBoundaries(zedGraphWaveform))
348
346
zedGraphWaveform.ZoomOutAll(zedGraphWaveform.GraphPane);
349
+ DrawScale();
+
350
zedGraphWaveform.AxisChange();
351
zedGraphWaveform.Refresh();
352
}
0 commit comments