Author: mlytwyn
Date: Fri Jun 24 00:44:29 2016
New Revision: 39916

URL: http://svn.gna.org/viewcvs/gnustep?rev=39916&view=rev
Log:
Revert fix for asian characters not horizozntally centered correctly in 
cell/field editor frame

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

Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSCell.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSCell.m?rev=39916&r1=39915&r2=39916&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSCell.m  (original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSCell.m  Fri Jun 24 
00:44:29 2016
@@ -2302,7 +2302,10 @@
     {
       // Testplant-MAL-2015-06-20: Korean/Chinese/etc characters not properly
       // horizontally centered if you set to infinity - should be at text 
size...
-      maxSize = titleRect.size;
+      // Testplant-MAL-2016-06-23: This *seems* to have been fixed - maybe 
from a
+      // from the main branch - so reverting to previous code...
+      //maxSize = titleRect.size;
+      maxSize = NSMakeSize(1e6, 1e6);
     }
   [ct setContainerSize: maxSize];
   [ct setWidthTracksTextView: wraps];


_______________________________________________
Gnustep-cvs mailing list
Gnustep-cvs@gna.org
https://mail.gna.org/listinfo/gnustep-cvs

Reply via email to