Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/prusa3d/PrusaSlicer.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorEnrico Turri <enricoturri@seznam.cz>2020-02-06 14:06:39 +0300
committerEnrico Turri <enricoturri@seznam.cz>2020-02-06 14:06:39 +0300
commit3981e25f7511a4792db9748f58513227208a5c38 (patch)
tree249923b09641b84030f779ab226ea706ba88c825 /src/slic3r/GUI/GUI_ObjectList.cpp
parent00737948e605af3968f7c0eaa317f655e643e1ab (diff)
Fixed labels auto-sizing
Diffstat (limited to 'src/slic3r/GUI/GUI_ObjectList.cpp')
-rw-r--r--src/slic3r/GUI/GUI_ObjectList.cpp2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/slic3r/GUI/GUI_ObjectList.cpp b/src/slic3r/GUI/GUI_ObjectList.cpp
index d630f152f..c07d50a0e 100644
--- a/src/slic3r/GUI/GUI_ObjectList.cpp
+++ b/src/slic3r/GUI/GUI_ObjectList.cpp
@@ -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()