[commit] r2582 - trunk/GME/Annotator

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Tue Feb 17 13:40:33 CST 2015


Author: volgy
Date: Tue Feb 17 13:40:33 2015
New Revision: 2582

Log:
Fixing #GME-451: Annotations should not be cropped

Modified:
   trunk/GME/Annotator/AnnotatorTextPart.cpp

Modified: trunk/GME/Annotator/AnnotatorTextPart.cpp
==============================================================================
--- trunk/GME/Annotator/AnnotatorTextPart.cpp	Tue Feb 17 12:59:48 2015	(r2581)
+++ trunk/GME/Annotator/AnnotatorTextPart.cpp	Tue Feb 17 13:40:33 2015	(r2582)
@@ -88,7 +88,7 @@
 												 &myFont,
 												 (m_bActive) ? m_crText : DecoratorSDK::COLOR_GRAYED_OUT,
 												 TA_LEFT | TA_TOP,
-												 m_iMaxTextLength,
+												 -1, // annotation texts should not be cropped
 												 "",
 												 "",
 												 false);


More information about the gme-commit mailing list