mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-13 01:37:53 -06:00
#6473 - Update titlebar when opening a project file by double-clicking the file icon
This commit is contained in:
parent
ee15f00574
commit
123c5af347
2 changed files with 13 additions and 3 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue