Because some UI events could modify the number of rows is visible, we have to "skeletonize" the cell in the cellForDraw method is called. Due to that, the notifications were sent multiple times. The fix consists in to have a flag to indicate if the delegate has to be notified or not.
Resolves #473
Because some UI events could modify the number of rows is visible, we have to "skeletonize" the cell in the
cellForDraw
method is called. Due to that, the notifications were sent multiple times. The fix consists in to have a flag to indicate if the delegate has to be notified or not.