mirror of
https://github.com/OrcaSlicer/OrcaSlicer.git
synced 2026-05-20 11:53:48 +00:00
Refresh object manipulator fields in sidebar after arrange
This commit is contained in:
@@ -6,6 +6,8 @@
|
|||||||
#include "slic3r/GUI/Plater.hpp"
|
#include "slic3r/GUI/Plater.hpp"
|
||||||
#include "slic3r/GUI/GLCanvas3D.hpp"
|
#include "slic3r/GUI/GLCanvas3D.hpp"
|
||||||
#include "slic3r/GUI/GUI.hpp"
|
#include "slic3r/GUI/GUI.hpp"
|
||||||
|
#include "slic3r/GUI/GUI_App.hpp"
|
||||||
|
#include "slic3r/GUI/GUI_ObjectManipulation.hpp"
|
||||||
|
|
||||||
#include "libnest2d/common.hpp"
|
#include "libnest2d/common.hpp"
|
||||||
|
|
||||||
@@ -214,6 +216,7 @@ void ArrangeJob::finalize() {
|
|||||||
}
|
}
|
||||||
|
|
||||||
m_plater->update();
|
m_plater->update();
|
||||||
|
wxGetApp().obj_manipul()->set_dirty();
|
||||||
|
|
||||||
Job::finalize();
|
Job::finalize();
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user