Fix inspector not opening full-screen at first

This commit is contained in:
Lawrence Lee
2021-05-06 21:39:01 -07:00
parent 70d30a5050
commit 9495c049c4

View File

@@ -126,7 +126,6 @@ void Inspector::showWindow(bool scaled, bool fullscreen, bool pinned)
// initialize when shown first
if (!initialized) {
window->show_all();
window->set_visible(false);
initialized = true;
}