- Timestamp:
- Mar 24, 2000, 8:20:33 PM (25 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/src/user32/menu.cpp
r3153 r3225 1 /* $Id: menu.cpp,v 1. 19 2000-03-18 16:13:34 cbratschiExp $*/1 /* $Id: menu.cpp,v 1.20 2000-03-24 19:20:33 sandervl Exp $*/ 2 2 /* 3 3 * Menu functions … … 836 836 lpitem->rect.bottom += mis.itemHeight; 837 837 lpitem->rect.right += mis.itemWidth; 838 839 //SvL: Add size of space between two menu items (fixes RealPlayer 7 menu) 840 if(menuBar) 841 { 842 lpitem->rect.right += MENU_BAR_ITEMS_SPACE; 843 } 844 838 845 //TRACE("id=%04x size=%dx%d\n", 839 846 // lpitem->wID, mis.itemWidth, mis.itemHeight); … … 906 913 } 907 914 } 915 //dprintf(("MENU_CalcItemSize %x (%d,%d)-(%d,%d)", lpitem->wID, lpitem->rect.left, lpitem->rect.top, lpitem->rect.right, lpitem->rect.bottom)); 908 916 //TRACE("(%d,%d)-(%d,%d)\n", lpitem->rect.left, lpitem->rect.top, lpitem->rect.right, lpitem->rect.bottom); 909 917 }
Note:
See TracChangeset
for help on using the changeset viewer.