Skip to content

Commit

Permalink
- fixed #603
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph-hart committed Nov 20, 2024
1 parent 696be30 commit a037cfb
Showing 1 changed file with 1 addition and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -170,9 +170,7 @@ void ModulationSourceBaseComponent::drawDragArea(Graphics& g, Rectangle<float> b

juce::MouseCursor ModulationSourceBaseComponent::createMouseCursor()
{
auto c = createDragImageStatic(true);
MouseCursor mc(c, 14, 14);
return mc;
return MouseCursor(MouseCursor::CrosshairCursor);
}

void ModulationSourceBaseComponent::mouseDrag(const MouseEvent& e)
Expand Down

0 comments on commit a037cfb

Please sign in to comment.