p/s proxy icon, rework window locks, segv in close_mixers + exportedl, ffmpeg default...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / setformat.C
index bf22103f2c0e6e7889bc5e3b63b5552af991ea3e..cf8f1a2e4ffe869289b1ce95748b94e491c68e15 100644 (file)
@@ -295,15 +295,12 @@ SetFormatWindow::~SetFormatWindow()
 
 void SetFormatWindow::create_objects()
 {
+       lock_window("SetFormatWindow::create_objects");
        int x = 10, y = mwindow->theme->setformat_y1;
        BC_TextBox *textbox;
        BC_Title *title;
-
-       lock_window("SetFormatWindow::create_objects");
        mwindow->theme->draw_setformat_bg(this);
 
-
-
        presets = new SetFormatPresets(mwindow, this, x, y);
        presets->create_objects();
        x = presets->x; //  y = presets->y;