TonicArtos
released this
11 May 17:09
·
5 commits
to early_release_4
since this release
Added tests and fixes for layout, scrolling, and find methods. Deprecated set methods on GridSLM, these will be removed in 0.5.
Due to pixel fitting on calculated columns, some grid columns and cells can be a slightly different width from others. In previous versions they were all the same, but could end out overlapping.
- Fixed find first completely visible methods to actually find something (#88).
- Fixed numerous minor layout bugs that resulted in views being attached just outside the viewable area.
- Fixed a few layout bugs that resulted in some views overlapping by one pixel or being off by one pixel.