diff --git a/src/Viewer/splash.cxx b/src/Viewer/splash.cxx index bdac741d9..e128e6e08 100644 --- a/src/Viewer/splash.cxx +++ b/src/Viewer/splash.cxx @@ -580,13 +580,13 @@ void SplashScreen::doUpdate() _splashFSQuadColor->dirty(); for (const TextItem& item : _items) { - if (item.condition != nullptr) + if (item.condition != nullptr) { if (item.condition->test()) item.textNode->setDrawMode(item.drawMode); else item.textNode->setDrawMode(0); - + } if (item.dynamicContent) { item.textNode->setText( item.dynamicContent->getStringValue(),