mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 02:40:00 +01:00
Populating CloneSource with many preset ImageFilters
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user