X-Git-Url: https://git.cinelerra-gg.org/git/?a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferencesthread.C;h=3e6f7ee28abad150eb8fb00910bb23cd2eeb35b4;hb=26f3c4335351a3938db78303c57a2ba6551a2a10;hp=c0a78d2a1014d28e025f861e4ed2f0db09ef5752;hpb=b402ed7f93de4c98e6651483eb8561cf1c37ec9a;p=goodguy%2Fhistory.git diff --git a/cinelerra-5.1/cinelerra/preferencesthread.C b/cinelerra-5.1/cinelerra/preferencesthread.C index c0a78d2a..3e6f7ee2 100644 --- a/cinelerra-5.1/cinelerra/preferencesthread.C +++ b/cinelerra-5.1/cinelerra/preferencesthread.C @@ -64,7 +64,7 @@ -#define WIDTH 800 +#define WIDTH 860 #define HEIGHT 700 @@ -235,7 +235,9 @@ int PreferencesThread::apply_settings() mwindow->restart_status = -1; // reload, need new bcresources if( strcmp(preferences->plugin_icons, mwindow->preferences->plugin_icons) != 0 ) mwindow->restart_status = -1; - if( strcmp(preferences->lv2_path, mwindow->preferences->lv2_path) != 0 ) { + if( strcmp(preferences->lv2_path, mwindow->preferences->lv2_path) != 0 ) + reload_plugins = 1; + if( reload_plugins ) { MWindow::remove_plugin_index(); File::setenv_path("LV2_PATH", preferences->lv2_path, 1); mwindow->restart_status = -1;