Skip to content

Commit

Permalink
🐛 fixed drop icon blocking drag n drop
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkaessner committed Jan 17, 2017
1 parent bf3d1cc commit c753f5d
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ class DropDestinationView: NSView {
path.stroke()

dropIconView.alphaValue = Appearance.dropImageAlphaHover
dropIconView.unregisterDraggedTypes()
}
}

Expand Down

0 comments on commit c753f5d

Please sign in to comment.