Credit Andrew - fix vorbis audio which was scratchy and ensure aging plugin does...
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / cwindowgui.C
index 560b079e448b4eb7e0cffbd7fee30532e9fc2bdb..d9738c2cbe8c93b5989d85fd9487c6178d6604d2 100644 (file)
@@ -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;
 }
 
@@ -2648,6 +2653,7 @@ void CWindowCanvas::reset_keyframe(int do_camera)
                gui->mwindow->edl->local_session->reset_view_limits();
                gui->mwindow->gui->zoombar->update_autozoom();
                mgui->unlock_window();
+               mwindow->save_backup();
        }
 }