Author: mlytwyn
Date: Fri Nov 11 02:18:25 2016
New Revision: 40215

URL: http://svn.gna.org/viewcvs/gnustep?rev=40215&view=rev
Log:
Test for tool tip view rect sizing

Modified:
    libs/gui/branches/gnustep_testplant_branch/Source/GSToolTips.m

Modified: libs/gui/branches/gnustep_testplant_branch/Source/GSToolTips.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/GSToolTips.m?rev=40215&r1=40214&r2=40215&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/GSToolTips.m      
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/GSToolTips.m      Fri Nov 
11 02:18:25 2016
@@ -644,6 +644,7 @@
   textSize = [toolTipText size];
 
   // TESTPLANT-MAL-03092016: Merged...
+#if 0
   if (textSize.width > 300)
     {
       NSRect rect;
@@ -653,6 +654,7 @@
       // This extra pixel is needed, otherwise the last line gets cut off.
       textSize.height += 1;
     }
+#endif
 
   /* Create window just off the current mouse position
    * Constrain it to be on screen, shrinking if necessary.


_______________________________________________
Gnustep-cvs mailing list
[email protected]
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to