X-Git-Url: https://cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fwwindow.C;h=cdfa5349526c6470234d904a16763eb2cc88d2b0;hb=d034ec092c8aaf21c755bc612796df69ffdee4ac;hp=8bbc8352cf9a5ec33c4b1bcdbf7d2f2b1969e8b5;hpb=aeec663c0a88a7ee81a820e758264050a7c4b37e;p=goodguy%2Fcinelerra.git diff --git a/cinelerra-5.1/cinelerra/wwindow.C b/cinelerra-5.1/cinelerra/wwindow.C index 8bbc8352..cdfa5349 100644 --- a/cinelerra-5.1/cinelerra/wwindow.C +++ b/cinelerra-5.1/cinelerra/wwindow.C @@ -84,7 +84,8 @@ void WWindowGUI::create_objects() int x = 10, y = 10; add_subwindow(new BC_TextBox(x, y, get_w()-50, 3, thread->warn_text)); y = get_h() - 30; - add_subwindow(new WDisable(this, x, y)); + if( thread->do_warning ) + add_subwindow(new WDisable(this, x, y)); y = get_h() - BC_CancelButton::calculate_h() - 10; x = get_w() - BC_CancelButton::calculate_w() - 10; add_subwindow(new BC_CancelButton(x, y));