comparison dwtx/ui/forms/widgets/ExpandableComposite.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 56fea7e5f0f9
children
comparison
equal deleted inserted replaced
191:1ef729510ed6 192:c3583c6ec027
704 case DWT.Paint: 704 case DWT.Paint:
705 if (toggle !is null) { 705 if (toggle !is null) {
706 paintTitleFocus(e.gc); 706 paintTitleFocus(e.gc);
707 } 707 }
708 break; 708 break;
709 default:
709 } 710 }
710 } 711 }
711 /* (non-Javadoc) 712 /* (non-Javadoc)
712 * @see dwt.widgets.Control#forceFocus() 713 * @see dwt.widgets.Control#forceFocus()
713 */ 714 */