locations pane: hide CD checkbox for Cue Markers
This commit is contained in:
parent
e9081b0b7c
commit
32880e0cdd
@ -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…
Reference in New Issue
Block a user