comparison dwt/widgets/Display.d @ 214:a8fed3e56433

Fix link error and added missing switch defaults
author Frank Benoit <benoit@tionex.de>
date Sat, 17 May 2008 19:23:59 +0200
parents 36f5cb12e1a2
children 82b599d21983
comparison
equal deleted inserted replaced
213:36f5cb12e1a2 214:a8fed3e56433
4585 if (0 <= plvfi.item.iSubItem && plvfi.item.iSubItem < columnCount) { 4585 if (0 <= plvfi.item.iSubItem && plvfi.item.iSubItem < columnCount) {
4586 if (!columnVisible [plvfi.item.iSubItem]) return 0; 4586 if (!columnVisible [plvfi.item.iSubItem]) return 0;
4587 } 4587 }
4588 break; 4588 break;
4589 } 4589 }
4590 default:
4590 } 4591 }
4591 } 4592 }
4592 } 4593 }
4593 /* 4594 /*
4594 * Bug in Adobe Reader 7.0. For some reason, when Adobe 4595 * Bug in Adobe Reader 7.0. For some reason, when Adobe