From 25db76282fbd3acdf9d0b5e15c76c73789f4f6a1 Mon Sep 17 00:00:00 2001
From: BertrandP <bertrand.provot@insa-rennes.fr>
Date: Mon, 23 Jul 2018 15:51:04 +0200
Subject: [PATCH] modif on hough op to display step

---
 app/Operations/HoughOp.cpp | 1 +
 1 file changed, 1 insertion(+)

diff --git a/app/Operations/HoughOp.cpp b/app/Operations/HoughOp.cpp
index b4ec4ac..6afb5a2 100644
--- a/app/Operations/HoughOp.cpp
+++ b/app/Operations/HoughOp.cpp
@@ -52,6 +52,7 @@ void HoughOp::operator()(const imagein::Image* img, const std::map<const imagein
         angleStep = dialog->getAngleStep();
         distanceStep = dialog->getDistanceStep();
         resImg = Transforms::hough2(img, dialog->getAngleStep(), dialog->getDistanceStep());
+        method1=false;
     }
     outDoubleImage(resImg, qApp->translate("Hough", "Hough transform").toStdString(), true, true);
 //    Image* resImg2;
-- 
GitLab