Changeset 3970 for trunk/src/comctl32/toolbar.cpp
- Timestamp:
- Aug 8, 2000, 7:05:02 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/comctl32/toolbar.cpp
r3963 r3970 1 /* $Id: toolbar.cpp,v 1. 9 2000-08-06 20:28:28 sandervlExp $ */1 /* $Id: toolbar.cpp,v 1.10 2000-08-08 17:05:00 cbratschi Exp $ */ 2 2 /* 3 3 * Toolbar control … … 29 29 30 30 /* 31 - Corel 20000 513level31 - Corel 20000807 level 32 32 - (WINE 991212 level) 33 33 */ … … 42 42 #include "toolbar.h" 43 43 44 #define SEPARATOR_WIDTH 8 44 #define SEPARATOR_WIDTH 8 //CB: Corel says 5 but this breaks the layout! 45 45 #define TOP_BORDER 2 46 46 #define BOTTOM_BORDER 2 … … 1601 1601 /* create new default image list */ 1602 1602 //TRACE ("creating default image list!\n"); 1603 1604 //CB: nope, it's otherwise 1605 1606 1607 1603 /* It seems that the image list created is 1 pixel taller than the bitmap height */ 1604 //CB: nope, it's otherwise 1605 infoPtr->himlDef = 1606 ImageList_Create (infoPtr->nBitmapWidth, infoPtr->nBitmapHeight-1, 1607 ILC_COLOR | ILC_MASK, nButtons, 2); 1608 1608 infoPtr->himlInt = infoPtr->himlDef; 1609 1609 }
Note:
See TracChangeset
for help on using the changeset viewer.