pdf and html now properly work in slides
This commit is contained in:
parent
e4e4eb1501
commit
1117d6eea2
3 changed files with 17 additions and 9 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue