X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferencesthread.C;h=87a90096bb72b317f49daecbd00ee68ff510991b;hb=5c1aff2fd123b65be6e51ca7652185e14ddaf168;hp=01fb08b2357655fef946140f5dc1f6bc31817823;hpb=cb73d14fe59acbe8eba0a62f4af26a23072201fa;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/preferencesthread.C b/cinelerra-5.1/cinelerra/preferencesthread.C index 01fb08b2..87a90096 100644 --- a/cinelerra-5.1/cinelerra/preferencesthread.C +++ b/cinelerra-5.1/cinelerra/preferencesthread.C @@ -64,7 +64,7 @@ -#define WIDTH 800 +#define WIDTH 840 #define HEIGHT 700 @@ -640,6 +640,7 @@ PreferencesApply::PreferencesApply(MWindow *mwindow, PreferencesThread *thread) int PreferencesApply::handle_event() { thread->apply_settings(); + mwindow->save_defaults(); return 1; } int PreferencesApply::resize_event(int w, int h)