X-Git-Url: http://shamusworld.gotdns.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Fwidgets%2Fqg_actionhandler.cpp;h=2ddc8eba284c1e3fb8c05b7391e62746707664d2;hb=c715d05d11ffe2913fe3465ec43d456ee9b85964;hp=58ee599f99ebccc89ce22bcf044aa32e7b818f3c;hpb=f7188d32d0beaef31fc3475be05daea2f018ebec;p=architektonas diff --git a/src/widgets/qg_actionhandler.cpp b/src/widgets/qg_actionhandler.cpp index 58ee599..2ddc8eb 100644 --- a/src/widgets/qg_actionhandler.cpp +++ b/src/widgets/qg_actionhandler.cpp @@ -495,7 +495,7 @@ RS_ActionInterface * QG_ActionHandler::setCurrentAction(RS2::ActionType id) a = new RS_ActionDimLinear(*doc, *gv, 0.0, true); break; case RS2::ActionDimLinearVer: - a = new RS_ActionDimLinear(*doc, *gv, M_PI/2.0, true); + a = new RS_ActionDimLinear(*doc, *gv, M_PI / 2.0, true); break; case RS2::ActionDimRadial: a = new RS_ActionDimRadial(*doc, *gv);