mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-13 11:19:58 +01:00
Left navigation panel priority for menu
Selecting a source does not exit Session or Playlist panel.
This commit is contained in:
@@ -634,7 +634,8 @@ void UserInterface::handleMouse()
|
||||
Mixer::manager().setCurrentSource( s );
|
||||
else
|
||||
Mixer::manager().unsetCurrentSource();
|
||||
if (navigator.pannelVisible())
|
||||
if (navigator.pannelVisible() &&
|
||||
navigator.selectedPannelSource() < NAV_MAX)
|
||||
navigator.showPannelSource( Mixer::manager().indexCurrentSource() );
|
||||
|
||||
// indicate to view that an action can be initiated (e.g. grab)
|
||||
|
||||
Reference in New Issue
Block a user