[Date Prev][Date Next][Thread Prev][Thread Next][Thread Index]
[XaraXtreme-commits] Commit Complete
Commit by : alex
Repository : xara
Revision : 940
Date : Tue May 2 20:13:49 BST 2006
Changed paths:
M /Trunk/XaraLX/Kernel/snapops.cpp
Make ticks work on menu for show/snapto guides/grid
Diff:
Index: Trunk/XaraLX/Kernel/snapops.cpp
===================================================================
--- Trunk/XaraLX/Kernel/snapops.cpp (revision 939)
+++ Trunk/XaraLX/Kernel/snapops.cpp (revision 940)
@@ -162,7 +162,8 @@
TRUE, // Clean operation
0, // No vertical counterpart
0, // String for one copy only error
- (DONT_GREY_WHEN_SELECT_INSIDE | GREY_WHEN_NO_CURRENT_DOC) // Auto state flags
+ (DONT_GREY_WHEN_SELECT_INSIDE | GREY_WHEN_NO_CURRENT_DOC), // Auto state flags
+ TRUE // fCheckable
);
}
@@ -275,7 +276,8 @@
TRUE, // Clean operation
0, // No vertical counterpart
0, // String for one copy only error
- (DONT_GREY_WHEN_SELECT_INSIDE | GREY_WHEN_NO_CURRENT_DOC) // Auto state flags
+ (DONT_GREY_WHEN_SELECT_INSIDE | GREY_WHEN_NO_CURRENT_DOC), // Auto state flags
+ TRUE // fCheckable
);
}
@@ -386,7 +388,8 @@
TRUE, // Clean operation
0, // No vertical counterpart
0, // String for one copy only error
- (DONT_GREY_WHEN_SELECT_INSIDE | GREY_WHEN_NO_CURRENT_DOC) // Auto state flags
+ (DONT_GREY_WHEN_SELECT_INSIDE | GREY_WHEN_NO_CURRENT_DOC), // Auto state flags
+ TRUE // fCheckable
);
}
@@ -521,7 +524,8 @@
TRUE, // Clean operation
0, // No vertical counterpart
0, // String for one copy only error
- (DONT_GREY_WHEN_SELECT_INSIDE | GREY_WHEN_NO_CURRENT_DOC) // Auto state flags
+ (DONT_GREY_WHEN_SELECT_INSIDE | GREY_WHEN_NO_CURRENT_DOC), // Auto state flags
+ TRUE // fCheckable
);
}
@@ -643,7 +647,8 @@
TRUE, // Clean operation
0, // No vertical counterpart
0, // String for one copy only error
- (DONT_GREY_WHEN_SELECT_INSIDE | GREY_WHEN_NO_CURRENT_DOC) // Auto state flags
+ (DONT_GREY_WHEN_SELECT_INSIDE | GREY_WHEN_NO_CURRENT_DOC), // Auto state flags
+ TRUE // fCheckable
);
}
Xara