Invalidate the screen after a resize before doing layout.

This commit is contained in:
casey 2016-07-10 02:59:31 -07:00
parent d9ae481668
commit e88dd2b312

View File

@ -356,6 +356,7 @@ int main(int argc, char* argv[])
times, so we debounce the actual resize until its settled. */
if (resizeAt && now() > resizeAt) {
resize_term(0, 0);
Window::Invalidate();
libraryLayout->Layout();
consoleLayout->Layout();
indexerLayout->Layout();