Intuitive interface: do not start move operations if clicking with SHift key pressed. Too many side effects.
This commit is contained in:
parent
d529f21d88
commit
3fac387e62
|
|
@ -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__
|
||||
|
|
|
|||
Loading…
Reference in New Issue