Merge pull request #4131 from PkmX/patch-1
Fix missing filename after closing save-as dialog
This commit is contained in:
@@ -299,7 +299,7 @@ void SaveAsDialog::formatChanged (Glib::ustring f)
|
||||
|
||||
void SaveAsDialog::setInitialFileName (Glib::ustring fname)
|
||||
{
|
||||
|
||||
this->fname = fname;
|
||||
fchooser->set_current_name(fname);
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user