p/s proxy icon, rework window locks, segv in close_mixers + exportedl, ffmpeg default...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / featheredits.C
index 553640078ffaaf78df3eb4879aa93f608409cd12..6c0c67dffdc9c4f7cd90e207813fd859d850205a 100644 (file)
@@ -91,6 +91,7 @@ FeatherEditsWindow::~FeatherEditsWindow()
 
 int FeatherEditsWindow::create_objects(int audio, int video)
 {
+       lock_window("FeatherEditsWindow::create_objects");
        int x = 10;
        int y = 10;
        this->audio = audio;
@@ -110,6 +111,7 @@ int FeatherEditsWindow::create_objects(int audio, int video)
        add_subwindow(new BC_OKButton(x, y));
        add_subwindow(new BC_CancelButton(x, y));
        return 0;
+       unlock_window();
 }
 
 FeatherEditsTextBox::FeatherEditsTextBox(FeatherEditsWindow *window, char *text, int x, int y)