X-Git-Url: http://git.cinelerra-gg.org/git/?p=goodguy%2Fhistory.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fmwindowgui.C;h=43b3a1c76346e9e8737c97d5c669577cc5bd4930;hp=418146626e87d3da17cc405497531c9ab821fb09;hb=b0adaf11e855fd84af935d879848467a957d6c67;hpb=b3bd107c5e19381d2725fad1a77d53103e9fc1be diff --git a/cinelerra-5.1/cinelerra/mwindowgui.C b/cinelerra-5.1/cinelerra/mwindowgui.C index 41814662..43b3a1c7 100644 --- a/cinelerra-5.1/cinelerra/mwindowgui.C +++ b/cinelerra-5.1/cinelerra/mwindowgui.C @@ -119,6 +119,7 @@ MWindowGUI::MWindowGUI(MWindow *mwindow) edit_menu = 0; plugin_menu = 0; keyframe_menu = 0; + keyframe_hide = 0; transition_menu = 0; remote_control = 0; cwindow_remote_handler = 0; @@ -344,6 +345,8 @@ void MWindowGUI::create_objects() if(debug) printf("MWindowGUI::create_objects %d\n", __LINE__); add_subwindow(keyframe_menu = new KeyframePopup(mwindow, this)); keyframe_menu->create_objects(); + add_subwindow(keyframe_hide = new KeyframeHidePopup(mwindow, this)); + keyframe_hide->create_objects(); if(debug) printf("MWindowGUI::create_objects %d\n", __LINE__);