X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftoolwindow.h;h=bb10b15187a3726913f4ee1b1e2e514cacf3ef7f;hb=faaae13292af283e277b0d1480aad54a6e4a2dd6;hp=f9134bc2f0392ecde8ec627f544f2e2abcb504ad;hpb=360d040a4727383cc8e78d0b8a3c8151c27d26fc;p=ttedit diff --git a/src/toolwindow.h b/src/toolwindow.h index f9134bc..bb10b15 100755 --- a/src/toolwindow.h +++ b/src/toolwindow.h @@ -23,7 +23,8 @@ enum ToolType { TOOLDelPt, // Delete point tool TOOLDelPoly, // Delete polygon tool TOOLRotate, // Rotate tool - TOOLRotatePoly // Rotate polygon around centroid tool + TOOLRotatePoly, // Rotate polygon around centroid tool + TOOLFlipWinding // Change polygon's winding direction tool }; class ToolWindow: public QWidget