Exciting new Alt/h help key provided by sge (Georgy) with many thanks!
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / histogram / histogramwindow.C
index 49e9a91a1314a960079c0dc7c376be1c028cfb66..b36c7b0b8999b6d8b43dcdb26800e342e6b6d3ff 100644 (file)
@@ -330,6 +330,9 @@ int HistogramWindow::keypress_event()
                }
        }
 
+       if (! result)
+               result = context_help_check_and_show();
+
        return result;
 }