diff --git a/GUI/Model/JoinModel.cxx b/GUI/Model/JoinModel.cxx index 61413500..229180de 100644 --- a/GUI/Model/JoinModel.cxx +++ b/GUI/Model/JoinModel.cxx @@ -51,7 +51,7 @@ ::ProcessPushEvent(const Vector3f &xSlice, bool reverse_mode, bool ctrl){ // Check if the right button was pressed if(processCnJ(reverse_mode)){ //add undo point (todo: Undo has no effect so far) - m_Parent->GetDriver()->StoreUndoPoint("Click'n'Join"); + // 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 //fire SegmentationChangeEvent for e.g. 3D view Update m_Parent->GetDriver()->InvokeEvent(SegmentationChangeEvent()); }