X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fquestion.C;h=768ead5fa7648372069c2d384d13d1d3928bdc42;hb=83b70dd60863377cb281e6be5206304e10373e30;hp=ccea32c120c8504483553b30b64d27519be19e4a;hpb=5ec378f09aeeb646705fdb8035b39a186374fba0;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/question.C b/cinelerra-5.1/cinelerra/question.C index ccea32c1..768ead5f 100644 --- a/cinelerra-5.1/cinelerra/question.C +++ b/cinelerra-5.1/cinelerra/question.C @@ -76,7 +76,7 @@ int QuestionYesButton::keypress_event() handle_event(); return 1; } - return 0; + return context_help_check_and_show(); } QuestionNoButton::QuestionNoButton(MWindow *mwindow, QuestionWindow *window, int x, int y) @@ -98,5 +98,5 @@ int QuestionNoButton::keypress_event() handle_event(); return 1; } - return 0; + return context_help_check_and_show(); }