PlotJuggler icon indicating copy to clipboard operation
PlotJuggler copied to clipboard

Fix plot widget drag and drop bug (Issue #716)

Open Bartimaeus- opened this issue 3 years ago • 0 comments

  • Plot widgets were not clearing their drag and drop state if a drag event left the widget, causing mouse events to not be handled properly if the drop event happened in another plot widget
  • Added event handlers for drag leave event

(This was actually a pain to debug at first because it seemed like it was only impacting the first plot widget that existed, but it was just unfortunate that I was really repeatably dragging across the same widget)

Bartimaeus- avatar Aug 06 '22 19:08 Bartimaeus-

fantastic, thanks!

facontidavide avatar Aug 10 '22 18:08 facontidavide