X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Ftoolwindow.h;h=bb10b15187a3726913f4ee1b1e2e514cacf3ef7f;hb=faaae13292af283e277b0d1480aad54a6e4a2dd6;hp=323b563c5a1ccbe2d993785eb24562d033b0d17f;hpb=3e731f52cfd35364e9516d09d00b61dd6fdc1919;p=ttedit diff --git a/src/toolwindow.h b/src/toolwindow.h index 323b563..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