summaryrefslogtreecommitdiffstats
path: root/tests
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@digia.com>2014-10-07 15:03:35 +0300
committerMiikka Heikkinen <miikka.heikkinen@digia.com>2014-10-08 09:52:19 +0300
commit0d102fc3030e3c96144261a57a5e03c050cdf97c (patch)
treef7f3b8ebe1633dff2d22aa8ed2e49937d05d5685 /tests
parentaab6b4f77d408c523bd9335ffa48bcc552c00c62 (diff)
Fix minor issues found in testing
Change-Id: If40f10043951409b3d6597776b60d7eb55c73eec Reviewed-by: Mika Salmela <mika.salmela@digia.com> Reviewed-by: Tomi Korpipää <tomi.korpipaa@digia.com>
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);