diff --git a/interface/src/Application.cpp b/interface/src/Application.cpp index add73ee9c5..9199cc0aae 100644 --- a/interface/src/Application.cpp +++ b/interface/src/Application.cpp @@ -8903,7 +8903,7 @@ void Application::updateDisplayMode() { // Menu might have been removed if the display plugin lost if (!action) { continue; - } + } if (action->isChecked()) { newDisplayPlugin = displayPlugin; break;