Fix inspector not opening full-screen at first
This commit is contained in:
@@ -126,7 +126,6 @@ void Inspector::showWindow(bool scaled, bool fullscreen, bool pinned)
|
|||||||
// initialize when shown first
|
// initialize when shown first
|
||||||
if (!initialized) {
|
if (!initialized) {
|
||||||
window->show_all();
|
window->show_all();
|
||||||
window->set_visible(false);
|
|
||||||
initialized = true;
|
initialized = true;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user