[commit] r1449 - trunk/SDK/DecoratorLib

GMESRC Repository Notifications gme-commit at list.isis.vanderbilt.edu
Thu Jul 28 11:50:26 CDT 2011


Author: ksmyth
Date: Thu Jul 28 11:50:25 2011
New Revision: 1449

Log:
FIXME

Modified:
   trunk/SDK/DecoratorLib/ResizeLogic.cpp

Modified: trunk/SDK/DecoratorLib/ResizeLogic.cpp
==============================================================================
--- trunk/SDK/DecoratorLib/ResizeLogic.cpp	Thu Jul 28 11:50:02 2011	(r1448)
+++ trunk/SDK/DecoratorLib/ResizeLogic.cpp	Thu Jul 28 11:50:25 2011	(r1449)
@@ -314,6 +314,7 @@
 	long actualSensitivity = 0;
 	long targetWidth = m_targetLocation.Width();
 	long targetHeight = m_targetLocation.Height();
+	// FIXME: should use GetSystemMetrics(SM_CXSIZEFRAME) ?
 	if (targetWidth <= 35 || targetHeight <= 25) {
 		actualSensitivity = DECORATOR_MINSENSITIVITYDISTANCE;
 	} else if (targetWidth >= 80 && targetHeight >= 40) {


More information about the gme-commit mailing list