translation fixes, pref wdw min width, xfer mode ops
[goodguy/history.git] / cinelerra-5.1 / cinelerra / gwindow.C
index 679dacade9c8d723e6279b1cb267ed12a96219db..e638147ee2561ef6f200ea074332847f0aae6ba4 100644 (file)
@@ -33,9 +33,9 @@ GWindow::GWindow(MWindow *mwindow)
 GWindow::~GWindow()
 {
        if(gui && running()) {
-               gui->set_done(0);
-               join();
+               gui->set_done(1);
        }
+       join();
        delete gui;  gui = 0;
 }
 
@@ -51,6 +51,7 @@ void GWindow::create_objects()
 
        GWindowGUI::calculate_extents(mwindow->gui, &w, &h);
        gui = new GWindowGUI(mwindow, w, h);
+       gui->load_defaults();
        gui->create_objects();
 }