mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-02 03:20:06 +00:00
Reorganised some of the juce source tree folders. Added a new JUCE_DEPRECATED macro, and tested it by renaming Button::addButtonListener to Button::addListener for consistency with other widgets. Added Samplitude to the AudioHostType class. Fixed window maximising in win32.
This commit is contained in:
parent
c8799c9107
commit
7becff2aa4
169 changed files with 2140 additions and 2007 deletions
|
|
@ -94,7 +94,7 @@ void FilenameComponent::lookAndFeelChanged()
|
|||
browseButton->setConnectedEdges (Button::ConnectedOnLeft);
|
||||
resized();
|
||||
|
||||
browseButton->addButtonListener (this);
|
||||
browseButton->addListener (this);
|
||||
}
|
||||
|
||||
void FilenameComponent::setTooltip (const String& newTooltip)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue