summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
Diffstat (limited to 'tests')
-rw-r--r--tests/barstest/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tests/barstest/main.cpp b/tests/barstest/main.cpp
index a468cb57..9a791c5b 100644
--- a/tests/barstest/main.cpp
+++ b/tests/barstest/main.cpp
@@ -236,7 +236,7 @@ int main(int argc, char **argv)
QCheckBox *inputHandlerZoomAtTargetCheckBox = new QCheckBox(widget);
inputHandlerZoomAtTargetCheckBox->setText("IH: setZoomAtTarget");
- inputHandlerZoomAtTargetCheckBox->setChecked(false);
+ inputHandlerZoomAtTargetCheckBox->setChecked(true);
QSlider *rotationSliderX = new QSlider(Qt::Horizontal, widget);
rotationSliderX->setTickInterval(1);