#6473 - Update titlebar when opening a project file by double-clicking the file icon

This commit is contained in:
enricoturri1966 2021-05-06 10:11:53 +02:00
parent ee15f00574
commit 123c5af347
2 changed files with 13 additions and 3 deletions

View file

@ -5722,7 +5722,7 @@ wxString Plater::get_project_filename(const wxString& extension) const
void Plater::set_project_filename(const wxString& filename)
{
return p->set_project_filename(filename);
p->set_project_filename(filename);
}
bool Plater::is_export_gcode_scheduled() const