comparison Samples/Common/MeasureTrackers.cpp @ 645:1e9ed656318e

Merge + ongoing measure work
author Benjamin Golinvaux <bgo@osimis.io>
date Mon, 13 May 2019 15:12:56 +0200
parents f939f449482c 104c379f3f1b
children
comparison
equal deleted inserted replaced
644:f939f449482c 645:1e9ed656318e
58 if (commitResult_) 58 if (commitResult_)
59 undoStack_.push_back(command_); 59 undoStack_.push_back(command_);
60 else 60 else
61 command_->Undo(); 61 command_->Undo();
62 } 62 }
63
64
65 } 63 }
66 64
67 65