mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-07 15:25:01 +01:00
if new session button clicked, clear any selection in recent sessions and mark browser unused
This commit is contained in:
parent
3e5c1e3fc1
commit
461f94a3a1
1 changed files with 2 additions and 0 deletions
|
|
@ -644,6 +644,8 @@ ArdourStartup::session_selected ()
|
|||
void
|
||||
ArdourStartup::new_session_button_clicked ()
|
||||
{
|
||||
_existing_session_chooser_used = false;
|
||||
recent_session_display.get_selection()->unselect_all ();
|
||||
set_current_page (new_session_page_index);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue