mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-08 15:54:57 +01:00
don't load selected session if other-project is chosen:
1) Open Ardour 2) Select project from recent list 3) "Open Other" project 4) project from (2) is opened instead of the one chosen at (3)
This commit is contained in:
parent
f3349a797c
commit
ccdb047a0a
1 changed files with 1 additions and 0 deletions
|
|
@ -1034,6 +1034,7 @@ void
|
|||
SessionDialog::existing_session_selected ()
|
||||
{
|
||||
_existing_session_chooser_used = true;
|
||||
recent_session_display.get_selection()->unselect_all();
|
||||
/* mark this sensitive in case we come back here after a failed open
|
||||
* attempt and the user has hacked up the fix. sigh.
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue