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()