p/s proxy icon, rework window locks, segv in close_mixers + exportedl, ffmpeg default...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / scale.C
index 33cc0561254c39d07d42f303d40f135d56f0af35..b963bb9304faaa1c80f310c1ba27993c6f4ae48b 100644 (file)
@@ -203,6 +203,7 @@ ScaleWindow::~ScaleWindow()
 
 void ScaleWindow::create_objects()
 {
+       lock_window("ScaleWindow::create_objects");
        int x = 10, y = 10;
        add_subwindow(new BC_Title(x, y, _("New camera size:")));
        add_subwindow(new BC_Title(x + 200, y, _("New projector size:")));
@@ -309,6 +310,7 @@ void ScaleWindow::create_objects()
        add_subwindow(new BC_OKButton(x, y));
        x += 200;
        add_subwindow(new BC_CancelButton(x, y));
+       unlock_window();
 }
 
 ScaleSizeText::ScaleSizeText(int x, int y, ScaleThread *thread, int *output)