summaryrefslogtreecommitdiffstats
path: root/examples/datavisualization/texturesurface/topographicseries.cpp
diff options
context:
space:
mode:
authorMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2014-11-21 13:52:00 +0200
committerMiikka Heikkinen <miikka.heikkinen@theqtcompany.com>2014-11-21 13:52:49 +0200
commit7c85e5674426ee8b2e6c73399dba7695f0141155 (patch)
treeb251992ee5d9782fa9b33adce19ca11e24a163f8 /examples/datavisualization/texturesurface/topographicseries.cpp
parentd7991f67ffa5708ff1b2a657cb49c9a538d2bfc9 (diff)
parentcf47756e17fe0a0ecffbe167cd66272668e2f3f2 (diff)
Merge branch 'develop'
Diffstat (limited to 'examples/datavisualization/texturesurface/topographicseries.cpp')
-rw-r--r--examples/datavisualization/texturesurface/topographicseries.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/examples/datavisualization/texturesurface/topographicseries.cpp b/examples/datavisualization/texturesurface/topographicseries.cpp
index 2935244d..faeafbe9 100644
--- a/examples/datavisualization/texturesurface/topographicseries.cpp
+++ b/examples/datavisualization/texturesurface/topographicseries.cpp
@@ -29,6 +29,7 @@ TopographicSeries::TopographicSeries()
{
setDrawMode(QSurface3DSeries::DrawSurface);
setFlatShadingEnabled(true);
+ setBaseColor(Qt::white);
}
TopographicSeries::~TopographicSeries()