mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-25 02:04:23 +00:00
Removed a couple of old classes: MagnifierComponent (you can use Component::setTransform() instead), and MouseHoverDetector (wasn't really very useful anyway - if you need it, please just take a copy of the class and use it in your own code). Renamed the PopupMenuCustomComponent as an inner class PopupMenu::CustomComponent. Added a default constructor for MidiMessage.
This commit is contained in:
parent
f19e4d1c04
commit
5d30aecaf2
30 changed files with 246 additions and 1738 deletions
|
|
@ -650,7 +650,7 @@ public:
|
|||
}
|
||||
|
||||
y = y_;
|
||||
generate (static_cast <SrcPixelType*> (scratchBuffer), x, width);
|
||||
generate (scratchBuffer.getData(), x, width);
|
||||
|
||||
et.clipLineToMask (x, y_,
|
||||
reinterpret_cast<uint8*> (scratchBuffer.getData()) + SrcPixelType::indexA,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue