Refresh object manipulator fields in sidebar after arrange
This commit is contained in:
parent
c54ce89883
commit
ba9025491b
@ -6,6 +6,8 @@
|
||||
#include "slic3r/GUI/Plater.hpp"
|
||||
#include "slic3r/GUI/GLCanvas3D.hpp"
|
||||
#include "slic3r/GUI/GUI.hpp"
|
||||
#include "slic3r/GUI/GUI_App.hpp"
|
||||
#include "slic3r/GUI/GUI_ObjectManipulation.hpp"
|
||||
|
||||
#include "libnest2d/common.hpp"
|
||||
|
||||
@ -214,7 +216,8 @@ void ArrangeJob::finalize() {
|
||||
}
|
||||
|
||||
m_plater->update();
|
||||
|
||||
wxGetApp().obj_manipul()->set_dirty();
|
||||
|
||||
Job::finalize();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user