p/s proxy icon, rework window locks, segv in close_mixers + exportedl, ffmpeg default...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / tipwindow.C
index 3474f49493acd7edfe2bdbd9b58768e275152eea..5ad9092726f1a8be181e84eb5faa1d3ac05c2f3d 100644 (file)
@@ -125,6 +125,7 @@ TipWindowGUI::TipWindowGUI(MWindow *mwindow, TipWindow *thread, int x, int y)
 
 void TipWindowGUI::create_objects()
 {
+       lock_window("TipWindowGUI::create_objects");
        int x = 10, y = 10;
        add_subwindow(tip_text = new BC_Title(x, y, thread->get_current_tip(0)));
        y = get_h() - 30;
@@ -142,6 +143,7 @@ void TipWindowGUI::create_objects()
 
        show_window();
        raise_window();
+       unlock_window();
 }
 
 int TipWindowGUI::keypress_event()