mirror of
https://github.com/overte-org/overte.git
synced 2025-08-09 11:48:09 +02:00
removed extra space
This commit is contained in:
parent
fc21f6088a
commit
bc51b8e709
1 changed files with 1 additions and 1 deletions
|
@ -8903,7 +8903,7 @@ void Application::updateDisplayMode() {
|
||||||
// Menu might have been removed if the display plugin lost
|
// Menu might have been removed if the display plugin lost
|
||||||
if (!action) {
|
if (!action) {
|
||||||
continue;
|
continue;
|
||||||
}
|
}
|
||||||
if (action->isChecked()) {
|
if (action->isChecked()) {
|
||||||
newDisplayPlugin = displayPlugin;
|
newDisplayPlugin = displayPlugin;
|
||||||
break;
|
break;
|
||||||
|
|
Loading…
Reference in a new issue