summaryrefslogtreecommitdiffstats
path: root/tests/surfacetest/main.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tests/surfacetest/main.cpp')
-rw-r--r--tests/surfacetest/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/surfacetest/main.cpp b/tests/surfacetest/main.cpp
index f05de5e9..621557fb 100644
--- a/tests/surfacetest/main.cpp
+++ b/tests/surfacetest/main.cpp
@@ -64,8 +64,8 @@ int main(int argc, char *argv[])
hLayout->addLayout(vLayout);
QCheckBox *smoothCB = new QCheckBox(widget);
- smoothCB->setText(QStringLiteral("Smooth "));
- smoothCB->setChecked(surfaceGraph->isSmoothSurfaceEnabled());
+ smoothCB->setText(QStringLiteral("Flat Surface"));
+ smoothCB->setChecked(true);
QCheckBox *surfaceGridCB = new QCheckBox(widget);
surfaceGridCB->setText(QStringLiteral("Surface Grid"));