mirror of
https://github.com/thorvg/thorvg.git
synced 2025-06-08 13:43:43 +00:00
common: code refactoring.
--loc, no logical changes.
This commit is contained in:
parent
81e6471071
commit
733f0b7f9a
1 changed files with 1 additions and 2 deletions
|
@ -119,8 +119,7 @@ struct Canvas::Impl
|
|||
if ((*paint)->pImpl->render(*renderer)) rendered = true;
|
||||
}
|
||||
|
||||
if (!rendered) return Result::InsufficientCondition;
|
||||
if (!renderer->postRender()) return Result::InsufficientCondition;
|
||||
if (!rendered || !renderer->postRender()) return Result::InsufficientCondition;
|
||||
|
||||
drawing = true;
|
||||
|
||||
|
|
Loading…
Add table
Reference in a new issue