[Gcblue-commits] gcb_wx/src/graphics tcwindow.cpp,1.14.2.1,1.14.2.2
Status: Alpha
Brought to you by:
ddcforge
From: <ddc...@pr...> - 2004-01-25 17:37:50
|
Update of /cvsroot/gcblue/gcb_wx/src/graphics In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv11285/src/graphics Modified Files: Tag: v0_5_0 tcwindow.cpp Log Message: Bug with arrow scroll causing bad symbol placement for initial map view Index: tcwindow.cpp =================================================================== RCS file: /cvsroot/gcblue/gcb_wx/src/graphics/tcwindow.cpp,v retrieving revision 1.14.2.1 retrieving revision 1.14.2.2 diff -C2 -d -r1.14.2.1 -r1.14.2.2 *** tcwindow.cpp 19 Jan 2004 21:20:58 -0000 1.14.2.1 --- tcwindow.cpp 25 Jan 2004 17:36:25 -0000 1.14.2.2 *************** *** 57,61 **** void tcWindow::OnShow(wxShowEvent& event) { ! fprintf(stdout, "Show event: [%s]\n",GetName()); return; } --- 57,61 ---- void tcWindow::OnShow(wxShowEvent& event) { ! // fprintf(stdout, "Show event: [%s]\n",GetName()); return; } |