|
From: Andre R. <and...@us...> - 2004-11-30 10:58:15
|
Update of /cvsroot/frontierkernel/Frontier/Common/source In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11649 Modified Files: Tag: sidewinder-branch wpengine.c Log Message: Merged from trunk: Fixed unbalanced popbackcolor call in wpupdate [bug #1074719] to eliminate a flood of modal dialogs with debug messages. Index: wpengine.c =================================================================== RCS file: /cvsroot/frontierkernel/Frontier/Common/source/wpengine.c,v retrieving revision 1.4 retrieving revision 1.4.4.1 diff -C2 -d -r1.4 -r1.4.4.1 *** wpengine.c 31 Oct 2004 20:41:10 -0000 1.4 --- wpengine.c 30 Nov 2004 10:58:05 -0000 1.4.4.1 *************** *** 1847,1850 **** --- 1847,1855 ---- #endif + #ifdef gray3Dlook + pushbackcolor (&whitecolor); + + eraserect (rcontent); + #endif if (updatergn == nil) *************** *** 1861,1865 **** #ifdef gray3Dlook ! popbackcolor (); #endif --- 1866,1870 ---- #ifdef gray3Dlook ! popbackcolor (); #endif |