MiMo42 / MMTabBarView

A Mac OS X tab bar view that works on 10.9+ with Xcode 9.3+. Pull requests welcomed.
http://mimo42.github.com/MMTabBarView/
243 stars 78 forks source link

Tabs get stuck "in the middle" if delegate method validateSlideOfProposedItem returns NSDragOperationNone #7

Closed tegtmeye closed 11 years ago

tegtmeye commented 11 years ago

You can easily reproduce this in the demo app by changing line 484 in DemoWindowController.m from:

return NSDragOperationMove;

to

return NSDragOperationNone;

move

tegtmeye commented 11 years ago

thanks!