From 9b2e955dc962699a10e76204e1151b9d87f1a92c Mon Sep 17 00:00:00 2001 From: Desmis Date: Mon, 8 Mar 2021 08:00:35 +0100 Subject: [PATCH] LA improve behavior full image issue 6161 --- rtgui/controlspotpanel.cc | 1 + 1 file changed, 1 insertion(+) diff --git a/rtgui/controlspotpanel.cc b/rtgui/controlspotpanel.cc index 5450ba3ed..48aa6dab1 100644 --- a/rtgui/controlspotpanel.cc +++ b/rtgui/controlspotpanel.cc @@ -1021,6 +1021,7 @@ void ControlSpotPanel::spotMethodChanged() } } else if (spotMethod_->get_active_row_number() == 2) { // Full image case excluFrame->hide(); + shape_->set_active(0); locX_->setValue(3000.); row[spots_.locX] = locX_->getIntValue();