You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using margin and rowHeight as "*1.4" or "/1.4", block don't respect this ratio.
Indeed, rowHeight is calculated by curColWidth but it includes a margin, so ratio is no correctly calculated.
Solution consists to substract margin in curColWidth, calculate curRowHeight and add margin in curRowHeight.
When using margin and rowHeight as "*1.4" or "/1.4", block don't respect this ratio.
Indeed, rowHeight is calculated by curColWidth but it includes a margin, so ratio is no correctly calculated.
Solution consists to substract margin in curColWidth, calculate curRowHeight and add margin in curRowHeight.
The text was updated successfully, but these errors were encountered: