p/s proxy icon, rework window locks, segv in close_mixers + exportedl, ffmpeg default...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / cropvideo.C
index a1df4ff98fc25249df65c6df00fc83caebf8ba63..f1c2abf57d83321287bd8be42f19c45b7a3abb77 100644 (file)
@@ -106,13 +106,13 @@ CropVideoWindow::~CropVideoWindow()
 
 void CropVideoWindow::create_objects()
 {
+       lock_window("CropVideoWindow::create_objects");
        int x = 10, y = 10;
        add_subwindow(new BC_Title(x, y, _("Select a region to crop in the video output window")));
        y += 30;
        add_subwindow(new BC_OKButton(x, y));
        x = get_w() - 100;
        add_subwindow(new BC_CancelButton(x, y));
+       unlock_window();
 }
 
-
-