From ac4828bf4b0648e6d88ae2feebf257e5fa94f42c Mon Sep 17 00:00:00 2001
From: even <philippe.even@loria.fr>
Date: Thu, 4 Jul 2019 13:52:40 +0200
Subject: [PATCH] Code: correction of york window opening

---
 Code/FBSD/BSTools/bsdetectionwidget.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Code/FBSD/BSTools/bsdetectionwidget.cpp b/Code/FBSD/BSTools/bsdetectionwidget.cpp
index 1fb54a2..abc5244 100755
--- a/Code/FBSD/BSTools/bsdetectionwidget.cpp
+++ b/Code/FBSD/BSTools/bsdetectionwidget.cpp
@@ -346,7 +346,7 @@ void BSDetectionWidget::switchGroundtruthAnalyzer ()
   {
     gtview = new BSGroundtruthView (&loadedImage, &detector);
     gtview->show ();
-    idetview->show ();
+    gtview->show ();
   }
 }
 // DEV OUT
-- 
GitLab