X-Git-Url: https://git.cinelerra-gg.org/git/?p=goodguy%2Fcinelerra.git;a=blobdiff_plain;f=cinelerra-5.1%2Fplugins%2Fhistogram%2Fhistogram.C;h=523c863f3e0bc142c8b372dbde030f44c147a737;hp=1d24200135994d351b7620d087c85760f0b58b0e;hb=686bc04a488847170d80ec603f8c33962a7aa928;hpb=5c8da1404ee2707ea621e9361541bdc973bcfbb9 diff --git a/cinelerra-5.1/plugins/histogram/histogram.C b/cinelerra-5.1/plugins/histogram/histogram.C index 1d242001..523c863f 100644 --- a/cinelerra-5.1/plugins/histogram/histogram.C +++ b/cinelerra-5.1/plugins/histogram/histogram.C @@ -458,8 +458,8 @@ int HistogramMain::process_buffer(VFrame *frame, if( cpus > smps ) cpus = smps; engine = new HistogramEngine(this, cpus, cpus); } -// Always plot to set the curves if automatic - if(config.plot || config.automatic) send_render_gui(frame); +// if to plot histogram + if(config.plot) send_render_gui(frame); // Generate tables here. The same table is used by many packages to render // each horizontal stripe. Need to cover the entire output range in each