Improved redraw performance

This commit is contained in:
Tristan B. Kildaire 2020-10-17 14:28:54 +02:00
parent da9d63a1f1
commit e193c167c9
1 changed files with 1 additions and 1 deletions

View File

@ -262,7 +262,7 @@ public final class Connection : Thread
else
{
gui.notebook.removePage(pageNum);
gui.mainWindow.showAll();
gui.notebook.showAll();
}
}
}