BryanChi / BryanChi-FX-Devices

6 stars 3 forks source link

Fixed DnD to a space before FX crash #64

Closed Suzuki-Re closed 3 months ago

Suzuki-Re commented 3 months ago

Fixed the "g.DragDropWithinTarget = false bug" which occurs when dragging FX or parameter to a space before FX.

BeginDragDropTarget and EndDragDropTarget is a set, and I placed EndDragDropTarget at the end of if statement so that you don't need/forget to place it within nested if statement, which happens this time.