From 767abea28378e3d82fb8572935535a0346435309 Mon Sep 17 00:00:00 2001
From: A Nilsen <ban@nibio.no>
Date: Sat, 29 Apr 2023 08:09:11 +0000
Subject: [PATCH] Setter of-prosjekt som default

---
 get_nib.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/get_nib.py b/get_nib.py
index 7b8c7f5..e3e9ff0 100644
--- a/get_nib.py
+++ b/get_nib.py
@@ -432,7 +432,7 @@ class getnib:
 
         # As default: Set orthophoto-projects checkbox checked
         """ If this should not be the default, remove comment # from next line """
-        self.dlg.checkBox_resetNib.setChecked(True)  # Unchecked
+        self.dlg.checkBox_of_proj.setChecked(True)  # Checked
 
         # As default: Set map canvas checkbox to checked
         """ If this should not be the default, comment # next line """
-- 
GitLab