diff --git a/source/Connection.d b/source/Connection.d index a8f153b..54c6c7b 100644 --- a/source/Connection.d +++ b/source/Connection.d @@ -262,7 +262,7 @@ public final class Connection : Thread else { gui.notebook.removePage(pageNum); - gui.mainWindow.showAll(); + gui.notebook.showAll(); } } } \ No newline at end of file