Clang warning.

--HG--
branch : develop
This commit is contained in:
Roman Telezhynskyi 2016-12-19 16:47:43 +02:00
parent 961204a2c1
commit 243e9c2894

View file

@ -3650,6 +3650,7 @@ QRectF VPattern::ActiveDrawBoundingRect() const
break;
case Tool::EllipticalArc:
rec = ToolBoundingRect<VToolEllipticalArc>(rec, tool.getId());
break;
//These tools are not accesseble in Draw mode, but still 'history' contains them.
case Tool::Detail:
case Tool::UnionDetails: