Index: select.c =================================================================== --- select.c (revision 31001) +++ select.c (revision 31002) @@ -176,9 +176,9 @@ /* If board view is flipped, box coords need to be flipped too to reflect the on-screen direction of draw */ - if (pcbhl_conf.editor.view.flip_x) + if (rnd_conf.editor.view.flip_x) swap(Box->X1, Box->X2); - if (pcbhl_conf.editor.view.flip_y) + if (rnd_conf.editor.view.flip_y) swap(Box->Y1, Box->Y2); if ((force_pos) || (conf_core.editor.selection.disable_negative)) { @@ -223,7 +223,7 @@ long int *list = NULL; fix_box_dir(Box, 0); -/*pcb_printf("box: %mm %mm - %mm %mm [ %d ] %d %d\n", Box->X1, Box->Y1, Box->X2, Box->Y2, PCB_IS_BOX_NEGATIVE(Box), pcbhl_conf.editor.view.flip_x, pcbhl_conf.editor.view.flip_y);*/ +/*pcb_printf("box: %mm %mm - %mm %mm [ %d ] %d %d\n", Box->X1, Box->Y1, Box->X2, Box->Y2, PCB_IS_BOX_NEGATIVE(Box), rnd_conf.editor.view.flip_x, rnd_conf.editor.view.flip_y);*/ /* append an object to the return list OR set the flag if there's no list */ #define append(undo_type, p1, obj) \