Community
Participate
Working Groups
Reproducible with Examples Demo -> Tree. Activate cell editor in the first column (with double click) in the right TreeViewer. The editor control is shifted with the checkbox width.
The problem was in TreeItem#getImageBounds method (used by TreeEditor) which added checkbox width twice - once from Tree#getVisualCellLeft and once from Tree#getImageOffset.