src/gui_editactions.cpp

changeset 205
d60cf73fb164
parent 203
ccde5e88f0b6
child 211
8d35e631bef3
--- a/src/gui_editactions.cpp	Tue May 14 18:33:02 2013 +0300
+++ b/src/gui_editactions.cpp	Tue May 14 22:18:38 2013 +0300
@@ -684,6 +684,10 @@
 	runCoverer ();
 }
 
+MAKE_ACTION (isecalc, "Isecalc", "isecalc", "Compute intersection between objects", (0)) {
+	runIsecalc ();
+}
+
 // =========================================================================================================================================
 MAKE_ACTION (replaceCoords, "Replace Coordinates", "replace-coords", "Find and replace coordinate values", CTRL (R)) {
 	ReplaceCoordsDialog dlg;

mercurial