Populating CloneSource with many preset ImageFilters

This commit is contained in:
Bruno Herbelin
2022-05-07 13:39:08 +02:00
parent c7a2086850
commit 222282dced
19 changed files with 549 additions and 102 deletions

View File

@@ -260,6 +260,8 @@ void CloneSource::play (bool on)
bool CloneSource::playable () const
{
if (filter_render_->enabled())
return true;
if (origin_)
return origin_->playable();
return true;