mirror of
https://github.com/brunoherbelin/vimix.git
synced 2025-12-16 20:59:59 +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 );
|
Mixer::manager().setCurrentSource( s );
|
||||||
else
|
else
|
||||||
Mixer::manager().unsetCurrentSource();
|
Mixer::manager().unsetCurrentSource();
|
||||||
if (navigator.pannelVisible())
|
if (navigator.pannelVisible() &&
|
||||||
|
navigator.selectedPannelSource() < NAV_MAX)
|
||||||
navigator.showPannelSource( Mixer::manager().indexCurrentSource() );
|
navigator.showPannelSource( Mixer::manager().indexCurrentSource() );
|
||||||
|
|
||||||
// indicate to view that an action can be initiated (e.g. grab)
|
// indicate to view that an action can be initiated (e.g. grab)
|
||||||
|
|||||||
Reference in New Issue
Block a user