X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fgraph3dview.h;h=bcd40ca3580a1201c32d77249a37feda130826a9;hp=90b6d44191f1df25788af53b65c1e2f666a8997e;hb=fa1246da51720a6cd7fe4879a0a25795b13b2455;hpb=24a94b5f819d8d88bb540de2f6e02cf5cbf5eaad diff --git a/src/graph3dview.h b/src/graph3dview.h index 90b6d44..bcd40ca 100644 --- a/src/graph3dview.h +++ b/src/graph3dview.h @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: graph3dview.h,v 1.9 2002/05/28 18:43:16 kevin Exp $ +** $Id: graph3dview.h,v 1.10 2002/06/02 19:01:58 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 @@ -140,6 +140,7 @@ public: virtual ~Graph3dFileCanvas(); virtual void OnDraw(wxDC& dc); + virtual wxSize GetBestSize() const; void OnSize(wxSizeEvent& event); void OnEraseBackground(wxEraseEvent& event); void OnChar(wxKeyEvent& event);