Skip to content

Commit 9fcb271

Browse files
committed
Update changelog.
1 parent 72e6319 commit 9fcb271

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

CHANGES.md

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,12 @@
11
# DurianSwt releases
22

33
## [Unreleased]
4+
### Added
5+
- On Mac Apple Silicon (but not x86_64), SWT Tables and Trees now have giant fat rows ([bugzilla](https://bugs.eclipse.org/bugs/show_bug.cgi?id=575696)). ([#17](https://github.com/diffplug/durian-swt/pull/17))
6+
- But if you call `setFont(null)` on them, then they have rows the same size as before.
7+
- We created a new class `SiliconFix` that does nothing on all platforms except Apple Silicon where it calls `setFont(null)`.
8+
- Wherever a `Table` or `Tree` instantiated (`SmoothTable` and `ColumnFormat`), we use `SiliconFix`.
9+
- This workaround is perfectly effective as of `4.21` and `4.22`, it may become obsolete in a future release.
410

511
## [3.5.0] - 2021-09-03
612
### Added

0 commit comments

Comments
 (0)