fix recursive call

pull/1/head
Johan Smith Agudelo Rodriguez 8 years ago
parent e4a9232e94
commit d467815aa8

@ -366,7 +366,7 @@ void DockConfigView::hideConfigWindow()
//!NOTE: Avoid crash in wayland enviroment with qt5.9 //!NOTE: Avoid crash in wayland enviroment with qt5.9
close(); close();
} else { } else {
hideConfigWindow(); hide();
} }
} }

Loading…
Cancel
Save