mirror of
https://github.com/Ardour/ardour.git
synced 2025-12-06 14:54:56 +01:00
desensitize remove button for start location; fix inadvertent use of _() when looking up widget data - fixes IOSelector not working for non-en_* users
git-svn-id: svn://localhost/ardour2/trunk@1130 d708f5d6-7413-0410-9779-e7cbd77b26cf
This commit is contained in:
parent
d36c15fd45
commit
ac23d13c6a
2 changed files with 5 additions and 5 deletions
|
|
@ -250,7 +250,7 @@ LocationEditRow::set_location (Location *loc)
|
|||
the row spacing, so make it insensitive (paul).
|
||||
*/
|
||||
|
||||
if (location->is_end()) {
|
||||
if (location->is_end() || location->is_start()) {
|
||||
remove_button.set_sensitive (false);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue