Browse Source

Projucer: Fixed a recursive bug that could occur when editing the text in FilePathPropertyComponent

tags/2021-05-28
ed 7 years ago
parent
commit
9341f15c5f
1 changed files with 0 additions and 1 deletions
  1. +0
    -1
      extras/Projucer/Source/Utility/UI/PropertyComponents/jucer_FilePathPropertyComponent.h

+ 0
- 1
extras/Projucer/Source/Utility/UI/PropertyComponents/jucer_FilePathPropertyComponent.h View File

@@ -68,7 +68,6 @@ private:
textbox.getTextValue().referTo (value);
textbox.onReturnKey = [this] { updateEditorColour (textbox); };
textbox.onFocusLost = [this] { updateEditorColour (textbox); };
textbox.onTextChange = [this] { updateEditorColour (textbox); };
addAndMakeVisible (button);
button.onClick = [this] { browse(); };


Loading…
Cancel
Save