Mixer: Fix restrip rename menu option.
This commit is contained in:
parent
e3ee989ec4
commit
7e1b52d9f3
|
@ -488,7 +488,9 @@ Mixer_Strip::menu_cb ( const Fl_Menu_ *m )
|
|||
else if ( ! strcmp( picked, "/Move Right" ) )
|
||||
command_move_right();
|
||||
else if ( ! strcmp( picked, "/Rename" ) )
|
||||
name_field->take_focus();
|
||||
{
|
||||
((Fl_Sometimes_Input*)name_field)->take_focus();
|
||||
}
|
||||
else if ( ! strcmp( picked, "/Color" ) )
|
||||
{
|
||||
unsigned char r, g, b;
|
||||
|
|
Loading…
Reference in New Issue