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:
parent
75666cfdee
commit
90fbed7889
5 changed files with 33 additions and 19 deletions
|
|
@ -546,6 +546,7 @@ bool ProjectContentComponent::setEditorComponent (Component* editor,
|
|||
{
|
||||
contentView = editor;
|
||||
currentDocument = doc;
|
||||
fileNameLabel->setText (doc->getFile().getFileName(), dontSendNotification);
|
||||
fileNameLabel->setVisible (true);
|
||||
|
||||
addAndMakeVisible (editor);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue