Fix for issue #748

This commit is contained in:
Aparajita Fishman
2010-07-28 15:24:37 -07:00
committed by Ross Boucher
parent eb99b7d7ca
commit edc5542ee6
+3
View File
@@ -289,6 +289,9 @@ CPTableColumnUserResizingMask = 1 << 1;
var newDataView = [CPKeyedUnarchiver unarchiveObjectWithData:_dataViewData[dataViewUID]];
newDataView.identifier = dataViewUID;
// make sure only we have control over the size and placement
[newDataView setAutoresizingMask:CPViewNotSizable];
return newDataView;
}