mirror of
https://github.com/cappuccino/cappuccino.git
synced 2026-09-14 06:31:27 +00:00
Further hack to fix the CPOutlineView which is broken in Safari.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user