X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fcolor3way%2Fcolor3waywindow.C;h=d55f2cd5eadc5e8367a347dec012f4623036bbea;hb=b104b77f5296719bd5e6de8472eb71542ddaedec;hp=f0d2db4cb6e13f8a4573dd3846d4d8e923ab8c23;hpb=0df48ad2d876409c5beeae2e21933a728ea76c33;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/color3way/color3waywindow.C b/cinelerra-5.1/plugins/color3way/color3waywindow.C index f0d2db4c..d55f2cd5 100644 --- a/cinelerra-5.1/plugins/color3way/color3waywindow.C +++ b/cinelerra-5.1/plugins/color3way/color3waywindow.C @@ -554,8 +554,8 @@ int Color3WayPoint::cursor_leave_event() int Color3WayPoint::keypress_event() { int result = 0; - if(!active) return 0; - if(ctrl_down() || shift_down()) return 0; + if(!active) return context_help_check_and_show(); + if(ctrl_down() || shift_down()) return context_help_check_and_show(); switch(get_keypress()) { @@ -584,6 +584,7 @@ int Color3WayPoint::keypress_event() plugin->send_configure_change(); gui->update(); } + else result = context_help_check_and_show(); return result; }