X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fguicast%2Fbclistbox.C;h=df5b6f0f32c2de420208d8dc4f323aba575a3e10;hb=9c5e262df5b6cbe0f4e4b2d53e68e8edc487494b;hp=ae341879caf4f22372e98a4c5ea266e51b0658ee;hpb=033efab12586e8086014c814a5360f211d228ac3;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/guicast/bclistbox.C b/cinelerra-5.1/guicast/bclistbox.C index ae341879..df5b6f0f 100644 --- a/cinelerra-5.1/guicast/bclistbox.C +++ b/cinelerra-5.1/guicast/bclistbox.C @@ -3485,7 +3485,7 @@ int BC_ListBox::expander_active() int BC_ListBox::keypress_event() { - if( !active ) return 0; + if( !active ) return context_help_check_and_show(); //printf("BC_ListBox::keypress_event %d\n", __LINE__); @@ -3612,6 +3612,9 @@ int BC_ListBox::keypress_event() //printf("BC_ListBox::keypress_event %d\n", __LINE__); } + if( !result ) + result = context_help_check_and_show(); + return result; }