Don't respond to Timeline keybindings when Timeline is inactive.

This commit is contained in:
Jonathan Moore Liles 2008-06-05 22:07:56 -05:00
parent ded97d5197
commit ea38dd48b9
1 changed files with 3 additions and 0 deletions

View File

@ -175,6 +175,9 @@ Timeline::fix_range ( void )
void
Timeline::menu_cb ( Fl_Menu_ *m )
{
if ( ! active_r() )
return;
const char *picked = m->mvalue()->label();
/* m->item_pathname( picked, sizeof( picked ) ); */