mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-10 23:44:24 +00:00
Fixed some GCC compiler warnings and removed deprecated functions
This commit is contained in:
parent
ddd4e84b9e
commit
16dd26649a
109 changed files with 381 additions and 289 deletions
|
|
@ -50,6 +50,8 @@ struct MidiKeyboardComponent::UpDownButton : public Button
|
|||
owner.setLowestVisibleKey (note * 12);
|
||||
}
|
||||
|
||||
using Button::clicked;
|
||||
|
||||
void paintButton (Graphics& g, bool shouldDrawButtonAsHighlighted, bool shouldDrawButtonAsDown) override
|
||||
{
|
||||
owner.drawUpDownButton (g, getWidth(), getHeight(),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue