Improve wxFont usage
[ctsim.git] / libctsim / scanner.cpp
index 1f99ca67e3d811b7426fe118a4989354b300e90e..ce43bfcc5a4b43498111c3365c78bba106dc45de 100644 (file)
@@ -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 ();