1 parent 8585bca commit 5332fa6Copy full SHA for 5332fa6
1 file changed
src/libs/application/dspxmodel/src/UndoableModelStrategy.cpp
@@ -362,7 +362,7 @@ namespace dspx {
362
363
int SetEntityPropertyCommand::id() const {
364
// Return a constant to force mergeWith to be called for comparison
365
- return -1;
+ return 1;
366
}
367
368
SpliceDataArrayCommand::SpliceDataArrayCommand(UndoableModelStrategy *strategy,
0 commit comments