mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-14 19:59:59 +01:00
Minor UX improvement Display View
This commit is contained in:
@@ -574,8 +574,11 @@ void UserInterface::handleMouse()
|
||||
Mixer::manager().view()->initiate();
|
||||
}
|
||||
// no source is selected
|
||||
else
|
||||
else {
|
||||
// unset current
|
||||
Mixer::manager().unsetCurrentSource();
|
||||
navigator.hidePannel();
|
||||
}
|
||||
}
|
||||
if (clear_selection) {
|
||||
// unset current
|
||||
|
||||
Reference in New Issue
Block a user