We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2edcaa6 commit 62b1a13Copy full SHA for 62b1a13
bundles/org.eclipse.swt/Eclipse SWT/gtk/org/eclipse/swt/widgets/Tree.java
@@ -3900,7 +3900,7 @@ void setParentGdkResource (Control child) {
3900
void setScrollWidth (long column, TreeItem item) {
3901
if (columnCount != 0 || currentItem == item) return;
3902
int width = GTK.gtk_tree_view_column_get_fixed_width (column);
3903
- int itemWidth = calculateWidth (column, item.handle, true);
+ int itemWidth = calculateWidth (column, item.handle, false);
3904
if (width < itemWidth) {
3905
GTK.gtk_tree_view_column_set_fixed_width (column, itemWidth);
3906
}
0 commit comments