pdf and html now properly work in slides

This commit is contained in:
Chris Cochrun 2024-03-31 14:34:43 -05:00
parent e4e4eb1501
commit 1117d6eea2
3 changed files with 17 additions and 9 deletions

View file

@ -414,6 +414,8 @@ impl slide_model::SlideModel {
.insert(index as usize, slide);
self.as_mut().end_insert_rows();
}
let count = self.as_ref().count;
self.as_mut().set_count(count + 1);
let thread = self.qt_thread();
thread::spawn(move || {
thread