castle
castle copied to clipboard
Lag in layer stride
There is a delay in the update of the layer stride: if I change the file for a given layer, the stride is not updated straight away, only after I select another file, and the stride is now the one from the previously selected file.
Example:
- I first selected the file
A
with a stride of8
(as expected) when I created the layer. - If I select the file
B
with a stride of4
, the stride in the cdb file remains8
.- If I select the file
B
again, the stride in the cdb file should now be8
, as expected, because the previous file and this one are the same. - If I select a file
C
with a stride of16
, the stride in the cdb file is now8
too, the previous selected file stride.
- If I select the file
Workaround: Selecting the file again (and sometimes, restarting CastleDB)