repair default keyframe load, tweak init default histogram threshold
[goodguy/history.git] / cinelerra-5.1 / cinelerra / deleteallindexes.C
index 15aa857e9e57a9f1a3dc8efad0101a3f5159c246..c600a4550b0813f7f4e402a024b645ae542b1145 100644 (file)
@@ -89,6 +89,7 @@ ConfirmDeleteAllIndexes::~ConfirmDeleteAllIndexes()
 
 void ConfirmDeleteAllIndexes::create_objects()
 {
+       lock_window("ConfirmDeleteAllIndexes::create_objects");
        int x = 10, y = 10;
        add_subwindow(new BC_Title(x, y, string));
 
@@ -96,6 +97,7 @@ void ConfirmDeleteAllIndexes::create_objects()
        add_subwindow(new BC_OKButton(x, y));
        x = get_w() - 100;
        add_subwindow(new BC_CancelButton(x, y));
+       unlock_window();
 }