Community
Participate
Working Groups
Build Identifier: 20100917-0705 We are trying to find the width of the Border of the Grid (to calculate the maxHeight of the GridTreeViewer that it encapsulates). We noticed that Grid.getBorderWidth() always returns a value which is way bigger than what it should be. But in Linux, we see that it returns the correct value. Reproducible: Always Steps to Reproduce: Code: Grid grid = gridTreeViewer.getGrid(); grid.getBorderWidth(); The value returned is not consistent from what it should be.
Tried today, it seems to be a SWT bug. Working fine now.