Added missing _bbox.init() to ShapeDrawable.cpp.
This commit is contained in:
@@ -1280,6 +1280,8 @@ void ShapeDrawable::accept(PrimitiveFunctor& pf) const
|
||||
|
||||
bool ShapeDrawable::computeBound() const
|
||||
{
|
||||
_bbox.init();
|
||||
|
||||
|
||||
if (_shape.valid())
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user