X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=src%2Fdlgreconstruct.cpp;h=fafca597effd630a403b6c191878970f19d8992b;hp=7fad7fc85c5d270e93ab8195902649cbe4c459bb;hb=87ab55294bcd767d86786ad1caae8b1b36b49de0;hpb=98f57d3adc542bb7753434ce31c92a6680bd6244 diff --git a/src/dlgreconstruct.cpp b/src/dlgreconstruct.cpp index 7fad7fc..fafca59 100644 --- a/src/dlgreconstruct.cpp +++ b/src/dlgreconstruct.cpp @@ -9,7 +9,7 @@ ** This is part of the CTSim program ** Copyright (c) 1983-2001 Kevin Rosenberg ** -** $Id: dlgreconstruct.cpp,v 1.20 2003/01/23 23:35:58 kevin Exp $ +** $Id: dlgreconstruct.cpp,v 1.21 2003/01/24 05:24:19 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 @@ -204,7 +204,7 @@ ReconstructDialog::showView (int iViewNumber, bool bBackprojectView) } } wxImage image (m_nxImage, m_nyImage, imageData, true); - wxBitmap bitmap = image.ConvertToBitmap(); + wxBitmap bitmap (image); m_pSGP->getDriver().idWX()->DrawBitmap(bitmap, xBase, yBase, false); delete imageData; }