fixes for full timeline updates, replace nums with syms for update interface
[goodguy/cinelerra.git] / cinelerra-5.1 / cinelerra / plugindialog.C
index ad964d52bbdef8801e530f21cf45d9d17b8599b9..89de2f99356d909f642cf41aee9d8dc5dbf53947 100644 (file)
@@ -175,14 +175,7 @@ void PluginDialogThread::handle_close_event(int result)
                        mwindow->restart_brender();
                        mwindow->update_plugin_states();
                        mwindow->sync_parameters(CHANGE_EDL);
-                       mwindow->gui->update(1,
-                               1,
-                               0,
-                               0,
-                               1,
-                               0,
-                               0);
-
+                       mwindow->gui->update(1, NORMAL_DRAW, 0, 0, 1, 0, 0);
                        mwindow->gui->unlock_window();
                }
        }