plugin gui ref by id fixes, plugin gui opengl update fixes, prores opts files
[goodguy/cinelerra.git] / cinelerra-5.1 / plugins / threshold / threshold.C
index ad68519830ef042fc89489cf7a402f7ad45c624b..e7e510ed6ac1304fd92f755a70db6d12813394da 100644 (file)
@@ -155,10 +155,10 @@ int ThresholdMain::process_buffer(VFrame *frame,
                get_framerate(),
                use_opengl);
 
-       if(use_opengl) return run_opengl();
-
        send_render_gui(frame);
 
+       if(use_opengl) return run_opengl();
+
        if(!threshold_engine)
                threshold_engine = new ThresholdEngine(this);
        threshold_engine->process_packages(frame);