Mixer: Fix restrip rename menu option.

This commit is contained in:
Jonathan Moore Liles 2010-01-31 10:06:20 -06:00
parent e3ee989ec4
commit 7e1b52d9f3
1 changed files with 3 additions and 1 deletions

View File

@ -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;