X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fzwindowgui.C;h=94b52e1c802e642f119af86bd19a0b60a1abe199;hb=1a2c313b568030b465b165089f0b90730d17884d;hp=722e6c14988dc7c7186ffc9f9e2991684a18cfdc;hpb=b89feee3b26be17a08bf1598618d4d7709a73cb9;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/zwindowgui.C b/cinelerra-5.1/cinelerra/zwindowgui.C index 722e6c14..94b52e1c 100644 --- a/cinelerra-5.1/cinelerra/zwindowgui.C +++ b/cinelerra-5.1/cinelerra/zwindowgui.C @@ -48,6 +48,8 @@ ZWindowGUI::ZWindowGUI(MWindow *mwindow, ZWindow *zwindow, Mixer *mixer) playback_engine = 0; highlighted = 0; playable = zwindow->playable; +// *** CONTEXT_HELP *** + context_help_set_keyword("Multi-Camera"); } ZWindowGUI::~ZWindowGUI() @@ -114,6 +116,9 @@ int ZWindowGUI::keypress_event() lock_window("ZWindowGUI::keypress_event 1"); } + if( !result ) + result = context_help_check_and_show(); + return result; }