add missing xml closers, add fix for folder bug, add roundoff fixups
[goodguy/history.git] / cinelerra-5.1 / cinelerra / gwindow.C
index bfa490d3bf35e97ae047dbc6edbc1814e23655ff..e638147ee2561ef6f200ea074332847f0aae6ba4 100644 (file)
@@ -33,7 +33,7 @@ GWindow::GWindow(MWindow *mwindow)
 GWindow::~GWindow()
 {
        if(gui && running()) {
-               gui->set_done(0);
+               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();
 }