eclipse / nebula

Nebula Project
https://eclipse.org/nebula
Eclipse Public License 2.0
84 stars 97 forks source link

Disable move on double-click #596

Closed laeubi closed 1 month ago

laeubi commented 1 month ago

Sometimes it could happen that if one double click on a control the slider "hangs" from then on as the control does not receive a "MousUp" event and then the follow the mouse without actually holding it down.

This now additionally registers a MouseDoubleClick handler that disable the move operation.

lcaron commented 1 month ago

Good job as usual, thank you !