mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-18 00:54:19 +00:00
Deprecated some old bool notification mode parameters, and replaced them with NotificationType values in the ComboBox and Button classes.
This commit is contained in:
parent
51b9d1ed98
commit
eb646f8c42
24 changed files with 119 additions and 95 deletions
|
|
@ -244,7 +244,7 @@ void FileBrowserComponent::setRoot (const File& newRootDirectory)
|
|||
if (currentRootName.isEmpty())
|
||||
currentRootName = File::separatorString;
|
||||
|
||||
currentPathBox.setText (currentRootName, true);
|
||||
currentPathBox.setText (currentRootName, dontSendNotification);
|
||||
|
||||
goUpButton->setEnabled (currentRoot.getParentDirectory().isDirectory()
|
||||
&& currentRoot.getParentDirectory() != currentRoot);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue