mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-12 10:49:59 +01:00
User input unified and fixed for clone source
Fixed slider in player, show filtered image when disabled (outside mixing circle), correct timing for clone source (different for filters).
This commit is contained in:
@@ -137,14 +137,6 @@ void SessionSource::setActive (bool on)
|
||||
// change status of session (recursive change of internal sources)
|
||||
if (session_) {
|
||||
session_->setActive(active_);
|
||||
|
||||
// change visibility of active surface (show preview of session when inactive)
|
||||
if (activesurface_) {
|
||||
if (active_)
|
||||
activesurface_->setTextureIndex(Resource::getTextureTransparent());
|
||||
else
|
||||
activesurface_->setTextureIndex(session_->frame()->texture());
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user