Skip to content

DraggableMarkerPlot can be dragged by right/middle click by default #2111

@A1145681

Description

@A1145681

Bug Report

Issue: DraggableMarkerPlot is not only draggable by the left click but can be dragged by the right/middle click by default as well. As the middle-click-drag has a window zooming functionality, dragging the marker with the middle click would result in weird behavior

Reproducing: (What do others have to do to reproduce the bug?)

// a code sample may improve communication
var examplePlot = new ScottPlot.Plot();
var marker = examplePlot..AddMarkerDraggable(0, 0);

System Details

  • ScottPlot Version: 4.1.57
  • Operating System: Windows 10
  • Application Type: WPF
  • .NET Version: NET Framework 4.6.1

Metadata

Metadata

Assignees

No one assigned

    Labels

    BUGunexpected behavior

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions