comparison dwtx/ui/forms/widgets/ScrolledPageBook.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 04b47443bb01
children
comparison
equal deleted inserted replaced
191:1ef729510ed6 192:c3583c6ec027
70 case DWT.TRAVERSE_RETURN : 70 case DWT.TRAVERSE_RETURN :
71 case DWT.TRAVERSE_TAB_NEXT : 71 case DWT.TRAVERSE_TAB_NEXT :
72 case DWT.TRAVERSE_TAB_PREVIOUS : 72 case DWT.TRAVERSE_TAB_PREVIOUS :
73 e.doit = true; 73 e.doit = true;
74 break; 74 break;
75 default:
75 } 76 }
76 })); 77 }));
77 } 78 }
78 /** 79 /**
79 * Removes the default size of the composite, allowing the control to 80 * Removes the default size of the composite, allowing the control to