mirror of
https://github.com/SoftFever/OrcaSlicer.git
synced 2025-07-07 23:17:35 -06:00
FIX:keep all three import methods consistent
Change-Id: I82fe0b8ec2df2092b35119c021d6dff2575720ae
This commit is contained in:
parent
71acbec38d
commit
3e21f0cc91
2 changed files with 3 additions and 3 deletions
|
@ -5614,9 +5614,9 @@ void Plater::priv::on_process_completed(SlicingProcessCompletedEvent &evt)
|
|||
void Plater::priv::on_action_add(SimpleEvent&)
|
||||
{
|
||||
if (q != nullptr) {
|
||||
q->add_model();
|
||||
//q->add_model();
|
||||
//BBS open file in toolbar add
|
||||
//q->add_file();
|
||||
q->add_file();
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue