[Igarden-commit] Garden/source/Document FlexCountCell.cpp, 1.2.2.10, 1.2.2.11 GerminationCell.cpp,
Status: Beta
Brought to you by:
jlbedell
|
From: Jeffrey B. <jlb...@us...> - 2008-05-17 16:59:57
|
Update of /cvsroot/igarden/Garden/source/Document In directory sc8-pr-cvs2.sourceforge.net:/tmp/cvs-serv24722/source/Document Modified Files: Tag: Release_branch_v1 FlexCountCell.cpp GerminationCell.cpp Log Message: Fix problem changing fonts on cells using italics Index: FlexCountCell.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/FlexCountCell.cpp,v retrieving revision 1.2.2.10 retrieving revision 1.2.2.11 diff -C2 -d -r1.2.2.10 -r1.2.2.11 *** FlexCountCell.cpp 9 Apr 2008 03:02:04 -0000 1.2.2.10 --- FlexCountCell.cpp 17 May 2008 16:59:53 -0000 1.2.2.11 *************** *** 150,154 **** if(drawGridBack) draw.EraseRect(back); ! draw.SetFontObject(_font); // Handle flexCount here so that we wrap the text, but not the select color --- 150,154 ---- if(drawGridBack) draw.EraseRect(back); ! draw.SetFontObject(GetFont()); // Handle flexCount here so that we wrap the text, but not the select color Index: GerminationCell.cpp =================================================================== RCS file: /cvsroot/igarden/Garden/source/Document/GerminationCell.cpp,v retrieving revision 1.4.2.12 retrieving revision 1.4.2.13 diff -C2 -d -r1.4.2.12 -r1.4.2.13 *** GerminationCell.cpp 9 Apr 2008 03:02:07 -0000 1.4.2.12 --- GerminationCell.cpp 17 May 2008 16:59:53 -0000 1.4.2.13 *************** *** 174,178 **** MarkReadOnly(draw, back, backColor); draw.SetForeColor(_textColor); ! draw.SetFontObject(_font); // Handle flexCount here so that we wrap the text, but not the select color --- 174,178 ---- MarkReadOnly(draw, back, backColor); draw.SetForeColor(_textColor); ! draw.SetFontObject(GetFont()); // Handle flexCount here so that we wrap the text, but not the select color |