fix indentation

This commit is contained in:
stefan schippers 2025-03-16 23:38:54 +01:00
parent 50321ae480
commit caddf0f0dd
1 changed files with 2 additions and 2 deletions

View File

@ -4507,8 +4507,8 @@ static void handle_double_click(int event, int state, KeySym key, int button,
} else {
if(xctx->ui_state & STARTWIRE) {
if( cadence_compat ) {
redraw_w_a_l_r_p_z_rubbers(1);
start_wire(mx, my);
redraw_w_a_l_r_p_z_rubbers(1);
start_wire(mx, my);
}
xctx->ui_state &= ~STARTWIRE;
}