Skip to content

Commit 8f16e0c

Browse files
disabled StoreUndoPoint (has no effect so far, only takes time)
1 parent ba61fd7 commit 8f16e0c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

GUI/Model/JoinModel.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ ::ProcessPushEvent(const Vector3f &xSlice, bool reverse_mode, bool ctrl){
5151
// Check if the right button was pressed
5252
if(processCnJ(reverse_mode)){
5353
//add undo point (todo: Undo has no effect so far)
54-
m_Parent->GetDriver()->StoreUndoPoint("Click'n'Join");
54+
// m_Parent->GetDriver()->StoreUndoPoint("Click'n'Join"); // commented as long as it has no effec except for taking single-threaded processing time according to the size of the loaded data
5555
//fire SegmentationChangeEvent for e.g. 3D view Update
5656
m_Parent->GetDriver()->InvokeEvent(SegmentationChangeEvent());
5757
}

0 commit comments

Comments
 (0)