diff --git a/pcbnew/pcbnew.h b/pcbnew/pcbnew.h index f0c3dc52fd..291fa1132f 100644 --- a/pcbnew/pcbnew.h +++ b/pcbnew/pcbnew.h @@ -16,10 +16,10 @@ /* valeur de flag indicant si le pointeur de reference pour une localisation est le curseur sur grille ou le curseur a deplacement fin hors grille */ #define CURSEUR_ON_GRILLE (0<<0) -#define CURSEUR_OFF_GRILLE (1<<1) -#define IGNORE_LOCKED (1<<2) ///< if module is locked, do not select for single module operation -#define MATCH_LAYER (1<<3) ///< if module not on current layer, do not select -#define VISIBLE_ONLY (1<<4) ///< if module not on a visible layer, do not select +#define CURSEUR_OFF_GRILLE (1<<0) +#define IGNORE_LOCKED (1<<1) ///< if module is locked, do not select for single module operation +#define MATCH_LAYER (1<<2) ///< if module not on current layer, do not select +#define VISIBLE_ONLY (1<<3) ///< if module not on a visible layer, do not select #define START 0 /* ctes parametre dans les routines de localisation */