useless comments

This commit is contained in:
Piyush मिश्रः 2022-01-16 17:25:22 +05:30
parent 578bdb3d47
commit 0882b8c58e
1 changed files with 0 additions and 4 deletions

View File

@ -71,7 +71,6 @@ pub(crate) fn spawn_image_thread(
match val { match val {
DrawMessage::Open => { DrawMessage::Open => {
status.set_label("Loading..."); status.set_label("Loading...");
// win.deactivate();
load_image( load_image(
&mut file_choice, &mut file_choice,
Arc::clone(&images_path), Arc::clone(&images_path),
@ -93,13 +92,11 @@ pub(crate) fn spawn_image_thread(
&properties, &properties,
&mut _container, &mut _container,
); );
// win.activate();
status.set_label(""); status.set_label("");
status.set_label(""); status.set_label("");
} }
DrawMessage::ChangeCrop((x, y)) => { DrawMessage::ChangeCrop((x, y)) => {
status.set_label("Loading..."); status.set_label("Loading...");
// win.deactivate();
load_image( load_image(
&mut file_choice, &mut file_choice,
Arc::clone(&images_path), Arc::clone(&images_path),
@ -121,7 +118,6 @@ pub(crate) fn spawn_image_thread(
&properties, &properties,
&mut _container, &mut _container,
); );
// win.activate();
status.set_label(""); status.set_label("");
} }
DrawMessage::Recalc => { DrawMessage::Recalc => {