X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fcropvideo.C;h=f1c2abf57d83321287bd8be42f19c45b7a3abb77;hb=b9f98da8f1cd8b7b31ead02fa41f299b56cac3da;hp=a1df4ff98fc25249df65c6df00fc83caebf8ba63;hpb=21c2e6b36d6a96c2f662a89459d607b5a387f4eb;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/cropvideo.C b/cinelerra-5.1/cinelerra/cropvideo.C index a1df4ff9..f1c2abf5 100644 --- a/cinelerra-5.1/cinelerra/cropvideo.C +++ b/cinelerra-5.1/cinelerra/cropvideo.C @@ -106,13 +106,13 @@ CropVideoWindow::~CropVideoWindow() void CropVideoWindow::create_objects() { + lock_window("CropVideoWindow::create_objects"); int x = 10, y = 10; add_subwindow(new BC_Title(x, y, _("Select a region to crop in the video output window"))); y += 30; add_subwindow(new BC_OKButton(x, y)); x = get_w() - 100; add_subwindow(new BC_CancelButton(x, y)); + unlock_window(); } - -