From 82ce66af162b69ed791c353bf3c0ff2d782bdc8e Mon Sep 17 00:00:00 2001 From: Randall Luecke Date: Wed, 13 Jan 2010 19:30:11 -0500 Subject: [PATCH] Further hack to fix the CPOutlineView which is broken in Safari. --- AppKit/CPTableView.j | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/AppKit/CPTableView.j b/AppKit/CPTableView.j index 7f02b307b..110efabbb 100644 --- a/AppKit/CPTableView.j +++ b/AppKit/CPTableView.j @@ -183,13 +183,13 @@ CPTableViewFirstColumnOnlyAutoresizingStyle = 5; unsigned _columnAutoResizingStyle; // BOOL _verticalMotionCanDrag; - unsigned _destinationDragStyle; - BOOL _isSelectingSession; +// unsigned _destinationDragStyle; +// BOOL _isSelectingSession; // CPIndexSet _draggedRowIndexes; - _dropOperationDrawingView _dropOperationFeedbackView; - CPDragOperation _dragOperationDefaultMask; - int _retargetedDropRow; - CPDragOperation _retargetedDropOperation; +// _dropOperationDrawingView _dropOperationFeedbackView; +// CPDragOperation _dragOperationDefaultMask; +// int _retargetedDropRow; +// CPDragOperation _retargetedDropOperation; } - (id)initWithFrame:(CGRect)aFrame