X-Git-Url: http://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Ffeatheredits.C;h=6c0c67dffdc9c4f7cd90e207813fd859d850205a;hb=c279e21fc2394a7908bbd1ba8c79b116fe9fb14a;hp=553640078ffaaf78df3eb4879aa93f608409cd12;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/featheredits.C b/cinelerra-5.1/cinelerra/featheredits.C index 55364007..6c0c67df 100644 --- a/cinelerra-5.1/cinelerra/featheredits.C +++ b/cinelerra-5.1/cinelerra/featheredits.C @@ -91,6 +91,7 @@ FeatherEditsWindow::~FeatherEditsWindow() int FeatherEditsWindow::create_objects(int audio, int video) { + lock_window("FeatherEditsWindow::create_objects"); int x = 10; int y = 10; this->audio = audio; @@ -110,6 +111,7 @@ int FeatherEditsWindow::create_objects(int audio, int video) add_subwindow(new BC_OKButton(x, y)); add_subwindow(new BC_CancelButton(x, y)); return 0; + unlock_window(); } FeatherEditsTextBox::FeatherEditsTextBox(FeatherEditsWindow *window, char *text, int x, int y)