<@U016EM8L91B> Is it possible that `what` is worki...
# magic
h
@Tim Edwards Is it possible that
what
is working a bit strange when used on read-only cells? I think it only prints the cells, but not the paint in the selection area?
t
Yes, that's quite possible. I fixed something similar recently, where a function that does not modify the database was nevertheless failing when applied to a read-only cell.
It's fallout from a change I made a while back that set the edit cell to NULL on read-only cells. It turns out that there are lot of places in the code where the edit cell is referenced when it shouldn't be.
1