remove process instances

This commit is contained in:
2016-12-30 02:02:47 +07:00
parent 6e15ee2d45
commit 336e2aecb9
5 changed files with 105 additions and 30 deletions

View File

@@ -365,7 +365,7 @@ namespace IsoTools {
}
void StepSortingProcess() {
_screenSolver.StepSortingAction(this, GetIsoObjects());
_screenSolver.StepSortingAction(this);
if ( _sortingSolver.StepSortingAction(this, _screenSolver) ) {
Internal_SetDirtyInEditorMode();
}