From 869e116ad0e9c651a48c8b5f335773a3465e3098 Mon Sep 17 00:00:00 2001 From: Pierre-Antoine Rouby Date: Thu, 13 Nov 2025 10:49:22 +0100 Subject: [PATCH] GeoTIFF: Minor change. --- src/View/GeoTIFF/Window.py | 1 + 1 file changed, 1 insertion(+) diff --git a/src/View/GeoTIFF/Window.py b/src/View/GeoTIFF/Window.py index 12ab2047..e87db148 100644 --- a/src/View/GeoTIFF/Window.py +++ b/src/View/GeoTIFF/Window.py @@ -156,6 +156,7 @@ class GeoTIFFListWindow(PamhyrWindow): return self._list.delete(rows[0]) + self.update() def edit(self): rows = self.selected_rows()