[69793] branches/gsoc10-gui/Pallet/PortsTableController.m

juanger at macports.org juanger at macports.org
Fri Jul 16 12:19:00 PDT 2010


Revision: 69793
          http://trac.macports.org/changeset/69793
Author:   juanger at macports.org
Date:     2010-07-16 12:18:59 -0700 (Fri, 16 Jul 2010)
Log Message:
-----------
Fixes for table autoresize mask.

Modified Paths:
--------------
    branches/gsoc10-gui/Pallet/PortsTableController.m

Modified: branches/gsoc10-gui/Pallet/PortsTableController.m
===================================================================
--- branches/gsoc10-gui/Pallet/PortsTableController.m	2010-07-16 18:40:58 UTC (rev 69792)
+++ branches/gsoc10-gui/Pallet/PortsTableController.m	2010-07-16 19:18:59 UTC (rev 69793)
@@ -80,7 +80,6 @@
     }
     
     NSScrollView* tableScrollView = [portsTableView enclosingScrollView];
-    NSUInteger oldOutlineViewMask = [tableScrollView autoresizingMask];
     
     NSScrollView* predicateEditorScrollView = [predicateEditor enclosingScrollView];
     NSUInteger oldPredicateEditorViewMask = [predicateEditorScrollView autoresizingMask];
@@ -100,7 +99,7 @@
     [mainWindow setFrame:windowFrame display:YES animate:YES];
     
     
-    [tableScrollView setAutoresizingMask:oldOutlineViewMask];
+    [tableScrollView setAutoresizingMask:NSViewWidthSizable | NSViewHeightSizable];
     [predicateEditorScrollView setAutoresizingMask:oldPredicateEditorViewMask];
     
     rowCount = newRowCount;
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.macosforge.org/pipermail/macports-changes/attachments/20100716/07cafc1f/attachment.html>


More information about the macports-changes mailing list