Weiteren fehlenden Umlaut in Kommentar behoben (Plugin_SN_Basis #42)

Co-Authored-By: Claude Sonnet 5 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MneDjzrjmbpQt8udFYxN9e
This commit is contained in:
2026-09-14 12:20:31 +02:00
co-authored by Claude Sonnet 5
parent 9e9fc9efe0
commit a504a6791a
+1 -1
View File
@@ -500,7 +500,7 @@ class TabA(QWidget):
if self.vln_logic is None:
return
# Zusammenfassung für Bestaetigungs-Dialog ermitteln
# Zusammenfassung für Bestätigungs-Dialog ermitteln
try:
from sn_basis.functions.qgisui_wrapper import iface as _iface
active_layer = _iface.activeLayer() if _iface else None