mirror of
https://github.com/Ardour/ardour.git
synced 2026-01-07 14:15:46 +01:00
[Summary]: make unused button in SessionDialog insensitive.
This commit is contained in:
parent
a8368f891b
commit
189428181a
1 changed files with 1 additions and 0 deletions
|
|
@ -193,6 +193,7 @@ SessionDialog::redisplay_recent_sessions ()
|
|||
{
|
||||
for (size_t i = 0; i < MAX_RECENT_SESSION_COUNT; i++) {
|
||||
_recent_session_button[i]->set_active_state (Gtkmm2ext::Off);
|
||||
_recent_session_button[i]->set_sensitive (false);
|
||||
}
|
||||
|
||||
std::vector<std::string> session_directories;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue