From 265ebaa89da4ce7002a9ff0dad6c388af3c4e402 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Mon, 27 Jul 2026 14:39:42 +0200 Subject: [PATCH] remove unguarded and unnecessary (no check if X11 is present) call to focus in proc tclpropeval2 --- src/xschem.tcl | 1 - 1 file changed, 1 deletion(-) diff --git a/src/xschem.tcl b/src/xschem.tcl index d38f95ec..d3d7c9f3 100644 --- a/src/xschem.tcl +++ b/src/xschem.tcl @@ -6987,7 +6987,6 @@ proc tclpropeval2 {s} { } } if { $xschem_execute_scripts eq {yes} } { - focus [xschem get top_path].drw if { [catch {uplevel #0 "subst \{$s\}"} res] } { if { $debug_tcleval > 0} { puts "tclpropeval2 warning: $s --> $res"} set res ?\n