X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fhistogram%2Fhistogramwindow.C;h=b36c7b0b8999b6d8b43dcdb26800e342e6b6d3ff;hb=b104b77f5296719bd5e6de8472eb71542ddaedec;hp=49e9a91a1314a960079c0dc7c376be1c028cfb66;hpb=eabda9cf447580a974fd3d67a3d0a26f09aeb523;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/plugins/histogram/histogramwindow.C b/cinelerra-5.1/plugins/histogram/histogramwindow.C index 49e9a91a..b36c7b0b 100644 --- a/cinelerra-5.1/plugins/histogram/histogramwindow.C +++ b/cinelerra-5.1/plugins/histogram/histogramwindow.C @@ -330,6 +330,9 @@ int HistogramWindow::keypress_event() } } + if (! result) + result = context_help_check_and_show(); + return result; }