Fixed labels auto-sizing

This commit is contained in:
Enrico Turri 2020-02-06 12:06:39 +01:00
parent 00737948e6
commit 3981e25f75
2 changed files with 3 additions and 2 deletions
src/slic3r/GUI

View file

@ -3905,6 +3905,8 @@ void ObjectList::OnEditingDone(wxDataViewEvent &event)
// Here the last active column is forgotten, so when leaving the editing mode, the next mouse click will not enter the editing mode of the newly selected column.
m_last_selected_column = -1;
#endif //__WXMSW__
wxGetApp().plater()->set_current_canvas_as_dirty();
}
void ObjectList::show_multi_selection_menu()