[Igarden-commit] Garden/source/PlanTool ActiveMaterial.cpp, 1.45.2.6, 1.45.2.7
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2006-12-02 05:30:58
|
Update of /cvsroot/igarden/Garden/source/PlanTool In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv23982 Modified Files: Tag: Release_branch_v1 ActiveMaterial.cpp Log Message: Remove debug printfs, restore font sizes Index: ActiveMaterial.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/PlanTool/ActiveMaterial.cpp,v retrieving revision 1.45.2.6 retrieving revision 1.45.2.7 diff -C2 -d -r1.45.2.6 -r1.45.2.7 *** ActiveMaterial.cpp 29 Nov 2006 13:40:13 -0000 1.45.2.6 --- ActiveMaterial.cpp 2 Dec 2006 05:30:55 -0000 1.45.2.7 *************** *** 118,128 **** popupInfo.fAutoRight = -BORDER_WIDTH; popupInfo.fAutoBottom = popupInfo.fAutoTop + POPUP_HEIGHT; ! printf("left,top, right, bottom (spec) = %d %d %d %d\n", popupInfo.fAutoLeft, ! popupInfo.fLockTop, popupInfo.fAutoRight, popupInfo.fAutoBottom); _palettePopup = new XGPopControl(this, popupInfo, kActiveMenuFont); Rect actual; actual = _palettePopup->GetContentRect(); ! printf("left,top, right, bottom (spec) = %d %d %d %d\n", actual.left, ! actual.top, actual.right, actual.bottom); _palettePopup->Insert(0,"All in document"); --- 118,128 ---- popupInfo.fAutoRight = -BORDER_WIDTH; popupInfo.fAutoBottom = popupInfo.fAutoTop + POPUP_HEIGHT; ! // printf("left,top, right, bottom (spec) = %d %d %d %d\n", popupInfo.fAutoLeft, ! // popupInfo.fLockTop, popupInfo.fAutoRight, popupInfo.fAutoBottom); _palettePopup = new XGPopControl(this, popupInfo, kActiveMenuFont); Rect actual; actual = _palettePopup->GetContentRect(); ! // printf("left,top, right, bottom (spec) = %d %d %d %d\n", actual.left, ! // actual.top, actual.right, actual.bottom); _palettePopup->Insert(0,"All in document"); |