comparison dwtx/jface/fieldassist/DecoratedField.d @ 192:c3583c6ec027

Added missing default cases for switch statements
author Frank Benoit <benoit@tionex.de>
date Mon, 03 Nov 2008 22:52:26 +0100
parents 46a6e0e6ccd4
children
comparison
equal deleted inserted replaced
191:1ef729510ed6 192:c3583c6ec027
663 break; 663 break;
664 case RIGHT_BOTTOM: 664 case RIGHT_BOTTOM:
665 data.right = new FormAttachment(100, 0); 665 data.right = new FormAttachment(100, 0);
666 data.bottom = new FormAttachment(100, 0); 666 data.bottom = new FormAttachment(100, 0);
667 break; 667 break;
668 default:
668 } 669 }
669 data.width = widthOf(image); 670 data.width = widthOf(image);
670 data.height = DWT.DEFAULT; 671 data.height = DWT.DEFAULT;
671 672
672 return data; 673 return data;