This commit is contained in:
Manuel Kamper 2023-08-10 14:45:33 +02:00
parent 9c8e252cba
commit 8371f0218c
1 changed files with 2 additions and 0 deletions

View File

@ -1768,6 +1768,7 @@ namespace Mk0.Software.ImageSorter
CountPicsInPath();
LoadPicture(imageIndex - 1);
CheckUndo();
ShowPreviewImages();
}
/// <summary>
@ -1780,6 +1781,7 @@ namespace Mk0.Software.ImageSorter
CountPicsInPath();
LoadPicture(imageIndex + 1);
CheckUndo();
ShowPreviewImages();
}
/// <summary>