#6473 - Update titlebar when opening a project file by double-clicking the file icon
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user