X-Git-Url: http://git.kpe.io/?a=blobdiff_plain;f=libctsim%2Fscanner.cpp;h=ce43bfcc5a4b43498111c3365c78bba106dc45de;hb=c99718e6b337daf4750d5c48b41b626379c1296d;hp=1f99ca67e3d811b7426fe118a4989354b300e90e;hpb=f13a8c004b8f182b42d9e4df2bcd7c7f030bf1ad;p=ctsim.git 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 ();