mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-07 04:10:08 +00:00
Improvements to mouse wheel response on the mac, allowing much better smooth-scrolling, and also mouse-wheel improvements in the Viewport class to make it respond more fluidly. Also misc small fixes and tweaks.
This commit is contained in:
parent
ec021e9e67
commit
2df522076b
29 changed files with 542 additions and 347 deletions
|
|
@ -35,7 +35,7 @@ BEGIN_JUCE_NAMESPACE
|
|||
//==============================================================================
|
||||
DrawablePath::DrawablePath()
|
||||
: mainFill (Colours::black),
|
||||
strokeFill (Colours::transparentBlack),
|
||||
strokeFill (Colours::black),
|
||||
strokeType (0.0f),
|
||||
pathNeedsUpdating (true),
|
||||
strokeNeedsUpdating (true)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue