From 7f9f66f3f81af354560a83eb05fbe52f9d878ab1 Mon Sep 17 00:00:00 2001
From: Ivica Ico Bukvic <ico@vt.edu>
Date: Wed, 25 Jun 2014 20:43:27 -0400
Subject: [PATCH] *fixed regression in the editval function that prevented
 proper updating of the GUI edit/perform button and other related visual cues

---
 pd/src/pd.tk | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pd/src/pd.tk b/pd/src/pd.tk
index 8ec8f7fec..83272d2a7 100644
--- a/pd/src/pd.tk
+++ b/pd/src/pd.tk
@@ -7051,7 +7051,7 @@ proc pdtk_data_dialog {name stuff} {
 #####################iemlib#######################
 proc pdtk_canvas_editval {name value} {
 	global k12_mode
-	set set ::editmode($name) $value
+	set ::editmode($name) $value
 	#if {[winfo exists $name]} {
 		if { $value } {
 		    $name.m.edit entryconfigure "Edit mode" -indicatoron false -background "#7dd37d" -foreground black
-- 
GitLab