Exciting new Alt/h help key provided by sge (Georgy) with many thanks!
[goodguy/cinelerra.git] / cinelerra-5.1 / guicast / bcmenubar.C
index 7d7cc2b27c27ce74f2125debcb4503a46b5a9c30..4ed2baa8d84d3baa90496822a81d69e4c8198de7 100644 (file)
@@ -186,6 +186,7 @@ int BC_MenuBar::keypress_event()
                        result = menu_titles.values[i]->dispatch_keypress();
                }
        }
+       if (!result) result = context_help_check_and_show();
        return result;
 }