X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fhistogram%2Fhistogramwindow.C;h=b36c7b0b8999b6d8b43dcdb26800e342e6b6d3ff;hb=6fe3a7db96c23e9e21b5cc3ef853d6a6ff5cd19d;hp=49e9a91a1314a960079c0dc7c376be1c028cfb66;hpb=c7754a695f7750177de8645709f5d30487a4ac45;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; }