Minor cosmetic changes to the transform tool options dialog.

Made "Traditional" the default behaviour.


--Sven
This commit is contained in:
Sven Neumann
1998-08-13 20:22:13 +00:00
parent 844a3481ee
commit dbac5e9ef6
5 changed files with 108 additions and 70 deletions

View File

@ -27,7 +27,7 @@ int transform_tool_direction (void);
int transform_tool_grid_size (void);
/* transform directions */
#define TRANSFORM_CORRECTIVE 0
#define TRANSFORM_TRADITIONAL 1
#define TRANSFORM_TRADITIONAL 0
#define TRANSFORM_CORRECTIVE 1
#endif /* __TRANSFORM_TOOL_H__ */