X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fcwindowgui.C;h=1aff4d6c172fa10c3c27cf3aedd2dd7c2c83c557;hb=HEAD;hp=08fa9ef2f757c03424b1922059c73efd27d3a8d2;hpb=0fd1b583cf9d14672c35f7369ba88388413be4f7;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/cwindowgui.C b/cinelerra-5.1/cinelerra/cwindowgui.C index 08fa9ef2..d9738c2c 100644 --- a/cinelerra-5.1/cinelerra/cwindowgui.C +++ b/cinelerra-5.1/cinelerra/cwindowgui.C @@ -113,6 +113,8 @@ CWindowGUI::CWindowGUI(MWindow *mwindow, CWindow *cwindow) control_out_x = control_out_y = 0; translating_zoom = 0; highlighted = 0; +// *** CONTEXT_HELP *** + context_help_set_keyword("Compositor Window"); } CWindowGUI::~CWindowGUI() @@ -592,6 +594,9 @@ int CWindowGUI::keypress_event() if( !result ) result = transport->keypress_event(); + if( !result ) + result = context_help_check_and_show(); + return result; }