Skip to content

Commit 2d67e4c

Browse files
committed
move the updates into the operation runner
1 parent f2b3254 commit 2d67e4c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

src/main/java/com/neuronrobotics/bowlerstudio/scripting/cadoodle/CaDoodleFile.java

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -541,10 +541,10 @@ public void run() {
541541
if (getResult() == OperationResult.ABORT) {
542542
setCurrentState(getCurrentOpperation(), getCurrentState());
543543
}
544+
updateBoM();
545+
fireSaveSuggestion();
546+
fireRegenerateDone();
544547
}
545-
updateBoM();
546-
fireSaveSuggestion();
547-
fireRegenerateDone();
548548
opperationRunner.remove(this);
549549
}
550550
};

0 commit comments

Comments
 (0)