From 8371f0218c3ccb5df8dc0bba1177f93ad8391666 Mon Sep 17 00:00:00 2001 From: Manuel Kamper Date: Thu, 10 Aug 2023 14:45:33 +0200 Subject: [PATCH] fixed #5 --- Mk0.Software.ImageSorter/Main.cs | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Mk0.Software.ImageSorter/Main.cs b/Mk0.Software.ImageSorter/Main.cs index 784cf6e..d2c4579 100644 --- a/Mk0.Software.ImageSorter/Main.cs +++ b/Mk0.Software.ImageSorter/Main.cs @@ -1768,6 +1768,7 @@ namespace Mk0.Software.ImageSorter CountPicsInPath(); LoadPicture(imageIndex - 1); CheckUndo(); + ShowPreviewImages(); } /// @@ -1780,6 +1781,7 @@ namespace Mk0.Software.ImageSorter CountPicsInPath(); LoadPicture(imageIndex + 1); CheckUndo(); + ShowPreviewImages(); } ///