FIX:synchronize the add and import actions
Change-Id: I3fbd52d5d554001af4bea27bbf6bb6feee6e230d
This commit is contained in:
parent
0d432bf89f
commit
83b427b7e2
1 changed files with 2 additions and 2 deletions
|
@ -5276,9 +5276,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…
Reference in a new issue