1
0
Fork 0
mirror of https://github.com/juce-framework/JUCE.git synced 2026-01-16 00:34:19 +00:00

Projucer: Added an option when right-clicking on an exporter to save just the selected exporter

This commit is contained in:
ed 2017-05-16 15:53:45 +01:00
parent 75666cfdee
commit 90fbed7889
5 changed files with 33 additions and 19 deletions

View file

@ -546,6 +546,7 @@ bool ProjectContentComponent::setEditorComponent (Component* editor,
{
contentView = editor;
currentDocument = doc;
fileNameLabel->setText (doc->getFile().getFileName(), dontSendNotification);
fileNameLabel->setVisible (true);
addAndMakeVisible (editor);