Clear progress bar when opening in external editor
The last step remained visible in the progress bar when invoking the external editor. Fixes #5475
This commit is contained in:
@@ -2067,6 +2067,7 @@ bool EditorPanel::idle_sentToGimp (ProgressConnector<int> *pc, rtengine::IImagef
|
|||||||
{
|
{
|
||||||
img->free ();
|
img->free ();
|
||||||
int errore = pc->returnValue();
|
int errore = pc->returnValue();
|
||||||
|
setProgressState(false);
|
||||||
delete pc;
|
delete pc;
|
||||||
|
|
||||||
if (!errore) {
|
if (!errore) {
|
||||||
|
Reference in New Issue
Block a user