chiark / gitweb /
Clear the 'Saving' status when saving is completed.
authorRoss Younger <onyx-commits@impropriety.org.uk>
Sat, 22 Jun 2013 23:04:38 +0000 (11:04 +1200)
committerRoss Younger <onyx-commits@impropriety.org.uk>
Sat, 22 Jun 2013 23:04:38 +0000 (11:04 +1200)
gtkui/MainWindow.cpp

index d899138..0df518b 100644 (file)
@@ -592,6 +592,7 @@ void MainWindow::png_save_completion()
                SaveAsPNG::to_png(this, pngplot.width/png->aafactor, pngplot.height/png->aafactor, &pngplot, png->pal, png->aafactor == 2, png->filename);
                //gdk_threads_enter();
        } else {
+               progbar->set_text("Save complete");
        }
 }