picon dirs, new cinfinity picons, plugin info, rework text drawing, show msg, compres...
[goodguy/history.git] / cinelerra-5.1 / cinelerra / render.C
index be49dabba38df98be90afc8ebcf2519405c97e29..34b5c7dc51eaf42ca45fab9051ad8d219345f68f 100644 (file)
@@ -495,7 +495,8 @@ void Render::stop_progress()
 
                sprintf(string2, _("Rendering took %s"), string);
                mwindow->gui->lock_window("");
-               mwindow->gui->set_default_message(string2);
+               mwindow->gui->show_message(string2);
+               mwindow->gui->update_default_message();
                mwindow->gui->stop_hourglass();
                mwindow->gui->unlock_window();
        }