1
0
mirror of https://github.com/FULU-Foundation/OrcaSlicer-bambulab.git synced 2026-07-22 09:54:27 +00:00

#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
+1 -1
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