mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-06 04:00:08 +00:00
Introjucer: avoided Visual Studio 2015 warning.
This commit is contained in:
parent
36001a6ff3
commit
abf5cb18d5
1 changed files with 2 additions and 2 deletions
|
|
@ -80,10 +80,10 @@ void DependencyPathPropertyComponent::labelTextChanged (Label*)
|
|||
{
|
||||
}
|
||||
|
||||
void DependencyPathPropertyComponent::editorShown (Label* /*label*/, TextEditor& textEditor)
|
||||
void DependencyPathPropertyComponent::editorShown (Label* /*label*/, TextEditor& editor)
|
||||
{
|
||||
if (! pathValueSource->isUsingProjectSettings())
|
||||
textEditor.setText (String::empty, dontSendNotification);
|
||||
editor.setText (String::empty, dontSendNotification);
|
||||
}
|
||||
|
||||
void DependencyPathPropertyComponent::editorHidden (Label*, TextEditor&)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue