Author: mlytwyn
Date: Sun Feb  5 17:54:51 2017
New Revision: 40321

URL: http://svn.gna.org/viewcvs/gnustep?rev=40321&view=rev
Log:
Fix table view resize on add/remove table column

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

Modified: libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m
URL: 
http://svn.gna.org/viewcvs/gnustep/libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m?rev=40321&r1=40320&r2=40321&view=diff
==============================================================================
--- libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m     
(original)
+++ libs/gui/branches/gnustep_testplant_branch/Source/NSTableView.m     Sun Feb 
 5 17:54:51 2017
@@ -2117,6 +2117,7 @@
     {
       _columnOrigins = NSZoneMalloc (NSDefaultMallocZone (), sizeof (CGFloat));
     }      
+  [self _resizeTableView];
   [self tile];
 }
 
@@ -2156,6 +2157,7 @@
     {
       NSZoneFree (NSDefaultMallocZone (), _columnOrigins);
     }      
+  [self _resizeTableView];
   [self tile];
 }
 


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

Reply via email to