From 747652ffe184246edcacfc072834583efcbf84a8 Mon Sep 17 00:00:00 2001 From: stefan schippers Date: Wed, 22 May 2024 00:13:25 +0200 Subject: [PATCH] xschem swap_cursors does not redraw. Use xschem redraw for that --- src/scheduler.c | 1 - 1 file changed, 1 deletion(-) diff --git a/src/scheduler.c b/src/scheduler.c index de17b38f..5ec2cccd 100644 --- a/src/scheduler.c +++ b/src/scheduler.c @@ -5352,7 +5352,6 @@ int xschem(ClientData clientdata, Tcl_Interp *interp, int argc, const char * arg backannotate_at_cursor_b_pos(r, gr); if(floaters) set_modify(-2); /* update floater caches to reflect actual backannotation */ } - draw(); } }