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 299941d commit 050aec9Copy full SHA for 050aec9
QtPMbrowser/renderarea.h
@@ -133,7 +133,7 @@ public slots:
133
DisplayTrace xTrace, yTrace; // TODO at least yTrace should be a pointer?
134
QQueue<DisplayTrace*> tracebuffer;
135
bool background_traces_hidden;
136
- bool shift_all_y_scales{ true };
+ bool shift_all_y_scales{ false };
137
bool clipped; // Amp. was clipping
138
double x_min, x_max;
139
priv_Scale* currentYscale{};
0 commit comments