more UI fixes for #3

This commit is contained in:
Manuel Kamper 2023-08-10 09:16:38 +02:00
parent 0f9320b554
commit 94f551e039
1 changed files with 3 additions and 0 deletions

View File

@ -1065,6 +1065,7 @@ namespace Mk0.Software.ImageSorter
CountPicsInPath();
LoadPicture(imageIndex);
ShowDeletedMessage(myImg, pfad);
ShowPreviewImages();
}
/// <summary>
@ -1815,6 +1816,8 @@ namespace Mk0.Software.ImageSorter
//duplikat-message anzeigen
Image myImg = CopyImage.GetCopyImage(targetPath);
ShowDuplicatedMessage(myImg, targetPath);
ShowPreviewImages();
}
/// <summary>