FIX:synchronize the add and import actions

Change-Id: I3fbd52d5d554001af4bea27bbf6bb6feee6e230d
This commit is contained in:
tao wang 2022-09-03 16:29:13 +08:00 committed by Lane.Wei
parent 0d432bf89f
commit 83b427b7e2

View file

@ -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();
}
}