X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fgraph3dview.cpp;fp=src%2Fgraph3dview.cpp;h=1e9f0bb2eb9ba9226031f11c40fab331923fbfb8;hp=23a9086a8d3aaf5c0aa749dfc4c3262299dcf7df;hb=f68afdf6eee93eb1080b6f85a2bb66610cfff5be;hpb=6563a3fc6cf0d419eb1a44794eed4df02b0c5420 diff --git a/src/graph3dview.cpp b/src/graph3dview.cpp index 23a9086..1e9f0bb 100644 --- a/src/graph3dview.cpp +++ b/src/graph3dview.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: graph3dview.cpp,v 1.26 2002/06/02 23:39:22 kevin Exp $ +** $Id: graph3dview.cpp,v 1.27 2002/06/03 03:58:07 kevin Exp $ ** ** This program is free software; you can redistribute it and/or modify ** it under the terms of the GNU General Public License (version 2) as @@ -195,7 +195,7 @@ Graph3dFileView::CreateCanvas (wxFrame* parent) pCanvas = new Graph3dFileCanvas (this, parent, wxPoint(-1,-1), wxSize(-1,-1), 0); - pCanvas->SetBackgroundColour(*wxWHITE); + pCanvas->SetBackgroundColour(*wxBLACK); pCanvas->Clear(); return pCanvas;