Exciting new Alt/h help key provided by sge (Georgy) with many thanks!
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / histogram_bezier / bistogramwindow.C
index 5fa84032d07e3f94ad6cf85fc736606f043901c6..1cfed9a619e8eaaca2fdf24fc56f7d08bf7ade4f 100644 (file)
@@ -182,6 +182,8 @@ int HistogramWindow::keypress_event()
                        result = 1;
                }
        }
+       if( !result )
+               result = context_help_check_and_show();
        return result;
 }