X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fhistogram_bezier%2Fbistogramwindow.C;h=1cfed9a619e8eaaca2fdf24fc56f7d08bf7ade4f;hb=50ec1e03e96a60403af08a7bae34015c9b234902;hp=5fa84032d07e3f94ad6cf85fc736606f043901c6;hpb=6ff8b339d215bb1c2cef589fd7959aa2e1834105;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/histogram_bezier/bistogramwindow.C b/cinelerra-5.1/plugins/histogram_bezier/bistogramwindow.C index 5fa84032..1cfed9a6 100644 --- a/cinelerra-5.1/plugins/histogram_bezier/bistogramwindow.C +++ b/cinelerra-5.1/plugins/histogram_bezier/bistogramwindow.C @@ -182,6 +182,8 @@ int HistogramWindow::keypress_event() result = 1; } } + if( !result ) + result = context_help_check_and_show(); return result; }