mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
locations pane: hide CD checkbox for Cue Markers
This commit is contained in:
parent
e9081b0b7c
commit
32880e0cdd
1 changed files with 4 additions and 0 deletions
|
|
@ -295,6 +295,10 @@ LocationEditRow::set_location (Location *loc)
|
||||||
remove_button.set_sensitive (false);
|
remove_button.set_sensitive (false);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
if (location->is_cue_marker()) {
|
||||||
|
cd_check_button.set_sensitive (false);
|
||||||
|
}
|
||||||
|
|
||||||
cd_check_button.set_active (location->is_cd_marker());
|
cd_check_button.set_active (location->is_cd_marker());
|
||||||
cd_check_button.show();
|
cd_check_button.show();
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue