Skip to content

Commit 050aec9

Browse files
committed
renderarea: default for shifting effects all y axes set to false
1 parent 299941d commit 050aec9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

QtPMbrowser/renderarea.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ public slots:
133133
DisplayTrace xTrace, yTrace; // TODO at least yTrace should be a pointer?
134134
QQueue<DisplayTrace*> tracebuffer;
135135
bool background_traces_hidden;
136-
bool shift_all_y_scales{ true };
136+
bool shift_all_y_scales{ false };
137137
bool clipped; // Amp. was clipping
138138
double x_min, x_max;
139139
priv_Scale* currentYscale{};

0 commit comments

Comments
 (0)