Use frontend data to update labels
This commit is contained in:
parent
3981e25f75
commit
c6ca180142
3 changed files with 10 additions and 10 deletions
src/slic3r/GUI
|
@ -1134,6 +1134,8 @@ void ObjectList::OnDrop(wxDataViewEvent &event)
|
|||
changed_object(m_dragged_data.obj_idx());
|
||||
|
||||
m_dragged_data.clear();
|
||||
|
||||
wxGetApp().plater()->set_current_canvas_as_dirty();
|
||||
}
|
||||
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue