mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-11 18:34:58 +01:00
Lock behavior change: do not show lock icon on unlocked inactive sources
Show unlocked icon only when active, show locked icon always
This commit is contained in:
@@ -409,6 +409,7 @@ void Source::setMode(Source::Mode m)
|
||||
|
||||
// the lock icon
|
||||
locker_->setActive( locked_ ? 0 : 1);
|
||||
locker_->child(1)->visible_ = current;
|
||||
|
||||
// the mixing group overlay
|
||||
overlay_mixinggroup_->visible_ = mixinggroup_!= nullptr && !locked_;
|
||||
|
||||
Reference in New Issue
Block a user