X-Git-Url: http://git.kpe.io/?p=ctsim.git;a=blobdiff_plain;f=libctsim%2Fscanner.cpp;h=ce43bfcc5a4b43498111c3365c78bba106dc45de;hp=1f99ca67e3d811b7426fe118a4989354b300e90e;hb=d84febd85035c7985334618cdda43df21824efbe;hpb=1b75738eb959e06f404e1a92068b4c706917acb2 diff --git a/libctsim/scanner.cpp b/libctsim/scanner.cpp index 1f99ca6..ce43bfc 100644 --- a/libctsim/scanner.cpp +++ b/libctsim/scanner.cpp @@ -353,11 +353,7 @@ Scanner::collectProjections (Projections& proj, const Phantom& phm, const int iS m_pSGP->setColor (C_GREEN); m_pSGP->drawCircle (m_dFocalLength); m_pSGP->setColor (C_BLUE); -#if MSVC m_pSGP->setTextPointSize (9); -#else - m_pSGP->setTextPointSize (14); -#endif phm.draw (*m_pSGP); m_dTextHeight = m_pSGP->getCharHeight ();