SketcherGui: Compiler warning fix

This commit is contained in:
Abdullah Tahiri
2023-11-13 20:14:09 +01:00
committed by abdullahtahiriyo
parent 0525cee4ee
commit 4ff00ef998

View File

@@ -90,10 +90,10 @@ public:
, roundCorners(roundcorners)
, makeFrame(frame)
, cornersReversed(false)
, thickness(0.)
, radius(0.0)
, length(0.0)
, width(0.0)
, thickness(0.)
, radiusFrame(0.0)
, angle(0.0)
, angle123(0.0)