X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fcinelerra%2Fpreferencesthread.C;h=74ee37e696484e2a01b7dd56e00c922e0c7122ff;hp=fbac1848a2f00fa052339c2ec7a44f69ba8793ab;hb=debf38f78ae5ce154f54183b1638278bf8a24736;hpb=5f2a7a234eadc26e8ac9c9f165e29eb9e312bee8;ds=sidebyside diff --git a/cinelerra-5.1/cinelerra/preferencesthread.C b/cinelerra-5.1/cinelerra/preferencesthread.C index fbac1848..74ee37e6 100644 --- a/cinelerra-5.1/cinelerra/preferencesthread.C +++ b/cinelerra-5.1/cinelerra/preferencesthread.C @@ -235,6 +235,8 @@ 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( preferences->awindow_picon_h != mwindow->preferences->awindow_picon_h ) + mwindow->restart_status = -1; if( strcmp(preferences->lv2_path, mwindow->preferences->lv2_path) != 0 ) reload_plugins = 1; if( reload_plugins ) {