diff options
author | dynaflash <[email protected]> | 2008-09-26 18:57:38 +0000 |
---|---|---|
committer | dynaflash <[email protected]> | 2008-09-26 18:57:38 +0000 |
commit | 007dd35a0ca3909c7a6c80bd2e0c84962178082c (patch) | |
tree | 6ce6681d561f459a4d5033bdf76f481a6622e619 /macosx/HBQueueController.h | |
parent | 0d5b2c5adbd056f0511331e52d097f232cbeb91d (diff) |
MacGui: Queue - Fix drag'n drop so that when dragging over an item, it doesn't auto expand.
- Also fix some really hosed up formatting
- Remove the unused moveObjectsInQueueArray method from HBQueueController ( we moved that to Controller.mm back in 1703 but left it "just in case").
git-svn-id: svn://svn.handbrake.fr/HandBrake/trunk@1778 b64f7644-9d1e-0410-96f1-a4d463321fa5
Diffstat (limited to 'macosx/HBQueueController.h')
-rw-r--r-- | macosx/HBQueueController.h | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/macosx/HBQueueController.h b/macosx/HBQueueController.h index 06856f096..51e01f66d 100644 --- a/macosx/HBQueueController.h +++ b/macosx/HBQueueController.h @@ -99,6 +99,7 @@ BOOL fIsDragging; IBOutlet HBQueueOutlineView *fOutlineView; IBOutlet NSTextField *fQueueCountField; NSArray *fDraggedNodes; + BOOL fIsDragging; #if HB_OUTLINE_METRIC_CONTROLS IBOutlet NSSlider *fIndentation; // debug IBOutlet NSSlider *fSpacing; // debug @@ -124,8 +125,6 @@ BOOL fIsDragging; - (void)outlineView:(NSOutlineView *)fOutlineView willDisplayCell:(id)cell forTableColumn:(NSTableColumn *)tableColumn item:(id)item; -- (void)moveObjectsInQueueArray:(NSMutableArray *)array fromIndexes:(NSIndexSet *)indexSet toIndex:(unsigned)insertIndex; - /* Animate the icon for the current encode */ - (void) animateWorkingEncodeIconInQueue; - (void) startAnimatingCurrentWorkingEncodeInQueue; |