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 bc2a1ad commit cd8ff4bCopy full SHA for cd8ff4b
examples/Bars/Advanced/mainwindow.cpp
@@ -209,7 +209,7 @@ void MainWindow::on_fixPlaneSizeCB_toggled(bool checked)
209
plane->setFixedDataCoordinateSpaceRelation(checked);
210
// just a little adjustment:
211
// Reset the zoom settings to their initial values
212
- // when the releation-adjust checkbox is unchecked:
+ // when the relation-adjust checkbox is unchecked:
213
if (!checked) {
214
m_chart->coordinatePlane()->setZoomFactorX(1.0);
215
m_chart->coordinatePlane()->setZoomFactorY(1.0);
0 commit comments