X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftoolwindow.h;fp=src%2Ftoolwindow.h;h=2864970fbb46c0bc4fc0768361ef6b4676008401;hb=7fde5a077bc9bbce28662fa2e5aa5043f3b4747f;hp=47125c26ce397952b2f3784476d8446e90507b16;hpb=0c01fa32c7e0629ae61992e0419f03724fc18487;p=ttedit diff --git a/src/toolwindow.h b/src/toolwindow.h index 47125c2..2864970 100755 --- a/src/toolwindow.h +++ b/src/toolwindow.h @@ -16,7 +16,7 @@ enum ToolType { TOOLNone = -1, // No tool TOOLSelect = 0, // The "selection" tool TOOLPolySelect, // Polygon selection tool - TOOLScroll, // Scroll window tool + TOOLMultiSelect, // Rectangle selection tool TOOLZoom, // Zoom window tool TOOLAddPt, // Add point tool TOOLAddPoly, // Polygon creation tool @@ -24,7 +24,8 @@ enum ToolType { TOOLDelPoly, // Delete polygon tool TOOLRotate, // Rotate tool TOOLRotatePoly, // Rotate polygon around centroid tool - TOOLFlipWinding // Change polygon's winding direction tool + TOOLFlipWinding, // Change polygon's winding direction tool + TOOLScroll // Scroll window tool }; class ToolWindow: public QWidget