viewer: run queue if windows are still active

Fixes #1628
This commit is contained in:
itsmattkc
2021-05-12 11:10:08 +10:00
parent 72d5b4af86
commit 58d062ad75
2 changed files with 9 additions and 1 deletions
+2
View File
@@ -119,6 +119,8 @@ void ViewerWindow::UpdateFromQueue()
queue_.pop_front();
}
}
display_widget_->update();
}
void ViewerWindow::UpdateMatrix()