mirror of
https://git.mirrors.martin98.com/https://github.com/prusa3d/PrusaSlicer.git
synced 2025-08-19 05:05:54 +08:00
Merge branch 'master' into fs_fixSupportPointProjectionOntoMesh
This commit is contained in:
commit
a0905d4886
@ -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…
x
Reference in New Issue
Block a user