Actually not sure at this moment what this change was, but tests pass...

This commit is contained in:
Simon Brooke 2014-07-24 22:31:11 +01:00
parent fb14a8d3ea
commit 8e38dc5f87

View file

@ -132,7 +132,7 @@
[cell x y property value]
(cond
(and (= x (:x cell)) (= y (:y cell)))
(merge cell {property value})
(merge cell {property value :rule "Set by user"})
true
cell))