r2102: *** empty log message ***
[ctsim.git] / src / graph3dview.cpp
index 23a9086a8d3aaf5c0aa749dfc4c3262299dcf7df..1e9f0bb2eb9ba9226031f11c40fab331923fbfb8 100644 (file)
@@ -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;