p/s proxy icon, rework window locks, segv in close_mixers + exportedl, ffmpeg default...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / editpopup.C
index 694c2d2a6101bfbbc148cf47514ddb52beefb9d2..e8d27b9609800942374ad2a56ae1f6138a72eebc 100644 (file)
@@ -295,6 +295,7 @@ int EditPopupTitleWindow::close_event()
 
 void EditPopupTitleWindow::create_objects()
 {
 
 void EditPopupTitleWindow::create_objects()
 {
+       lock_window("EditPopupTitleWindow::create_objects");
        int x = 5;
        int y = 10;
 
        int x = 5;
        int y = 10;
 
@@ -307,6 +308,7 @@ void EditPopupTitleWindow::create_objects()
 
        show_window();
        flush();
 
        show_window();
        flush();
+       unlock_window();
 }
 
 
 }