[Undo Temporary Bugfix]: Discarded the temporary bugfix for commit ed1a471

This commit is contained in:
Chayan Deb 2025-01-21 21:37:04 +05:30
parent 1a7c9e11d1
commit ea7341742a
1 changed files with 3 additions and 3 deletions

View File

@ -4281,9 +4281,9 @@ int rstate; /* (reduced state, without ShiftMask) */
}
/* end wire creation when dragging in intuitive interface from an inst pin ow wire endpoint */
/*else if(xctx->intuitive_interface && (xctx->ui_state & STARTWIRE)) {*/
/* if(end_place_move_copy_zoom()) break;*/
/*}*/
else if(xctx->intuitive_interface && (xctx->ui_state & STARTWIRE)) {
if(end_place_move_copy_zoom()) break;
}
/* end intuitive_interface copy or move */
if(xctx->ui_state & STARTCOPY && xctx->drag_elements) {