- Timestamp:
- Dec 5, 2002, 10:37:17 AM (23 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/tab.c
r9370 r9469 1108 1108 * selected item + extra space for the selected item. 1109 1109 */ 1110 #ifdef __WIN32OS2__ 1111 //Code below doesn't always work 1112 infoPtr->tabHeight = item_height + 2 * VERTICAL_ITEM_PADDING + 1113 SELECTED_TAB_OFFSET; 1114 #else 1110 1115 infoPtr->tabHeight = item_height + SELECTED_TAB_OFFSET + 1111 1116 ((lStyle & TCS_BUTTONS) ? 2 : 1) * 1112 1117 VERTICAL_ITEM_PADDING; 1113 1118 #endif 1114 1119 TRACE("tabH=%d, tmH=%ld, iconh=%d\n", 1115 1120 infoPtr->tabHeight, fontMetrics.tmHeight, icon_height);
Note:
See TracChangeset
for help on using the changeset viewer.