Commit be87b19b authored by dickelbeck's avatar dickelbeck
Browse files

reverted to previous value of 1 for CURSEUR_OFF_GRILLE

parent 1c505d58
Loading
Loading
Loading
Loading
+4 −4
Original line number Diff line number Diff line
@@ -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 */