Intuitive interface: do not start move operations if clicking with SHift key pressed. Too many side effects.

This commit is contained in:
stefan schippers 2024-03-03 12:34:15 +01:00
parent d529f21d88
commit 3fac387e62
1 changed files with 2 additions and 2 deletions

View File

@ -3250,8 +3250,8 @@ int rstate; /* (reduced state, without ShiftMask) */
if( state == ControlMask && !tclgetboolvar("enable_stretch")) {
select_attached_nets(); /* stretch nets that land on selected instance pins */
}
if(state == ShiftMask) xctx->connect_by_kissing = 2;
move_objects(START,0,0,0);
/* if(state == ShiftMask) xctx->connect_by_kissing = 2; */
move_objects(START,0,0,0);
}
#ifndef __unix__