Redraw after activate
This commit is contained in:
parent
cb3c12f708
commit
50924e9354
|
|
@ -170,6 +170,7 @@ pub(crate) fn spawn_image_thread(
|
|||
win.deactivate();
|
||||
cont.save();
|
||||
win.activate();
|
||||
win.redraw();
|
||||
status.set_label("");
|
||||
}
|
||||
}
|
||||
|
|
@ -192,6 +193,7 @@ pub(crate) fn spawn_image_thread(
|
|||
}
|
||||
status.set_label("");
|
||||
win.activate();
|
||||
win.redraw();
|
||||
}
|
||||
}
|
||||
DrawMessage::Delete => {
|
||||
|
|
@ -209,6 +211,7 @@ pub(crate) fn spawn_image_thread(
|
|||
}
|
||||
status.set_label("");
|
||||
win.activate();
|
||||
win.redraw();
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in New Issue