Skip to content

Commit 5332fa6

Browse files
committed
Fix bugs in UndoableModelStrategy
1 parent 8585bca commit 5332fa6

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/libs/application/dspxmodel/src/UndoableModelStrategy.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -362,7 +362,7 @@ namespace dspx {
362362

363363
int SetEntityPropertyCommand::id() const {
364364
// Return a constant to force mergeWith to be called for comparison
365-
return -1;
365+
return 1;
366366
}
367367

368368
SpliceDataArrayCommand::SpliceDataArrayCommand(UndoableModelStrategy *strategy,

0 commit comments

Comments
 (0)