Index: Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java =================================================================== RCS file: /home/eclipse/org.eclipse.swt/Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java,v retrieving revision 1.55 diff -u -r1.55 CoolBar.java --- Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java 23 Jun 2005 14:51:56 -0000 1.55 +++ Eclipse SWT/emulated/coolbar/org/eclipse/swt/widgets/CoolBar.java 15 Sep 2005 22:03:52 -0000 @@ -656,7 +656,7 @@ /* Draw gripper. */ if (!isLocked) { - if (!flat) nativeGripper = drawGripper(bounds.x, bounds.y, CoolItem.MINIMUM_WIDTH, bounds.height); + nativeGripper = drawGripper(bounds.x, bounds.y, CoolItem.MINIMUM_WIDTH, bounds.height); if (!nativeGripper) { int grabberTrim = 2; int grabberHeight = bounds.height - (2 * grabberTrim) - 1;