mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-27 02:20:05 +00:00
Introjucer: some refactoring, new icon.
This commit is contained in:
parent
d6848d3bb1
commit
ebb7b6db74
13 changed files with 836 additions and 52 deletions
|
|
@ -32,12 +32,12 @@
|
|||
DocumentEditorComponent::DocumentEditorComponent (OpenDocumentManager::Document* document_)
|
||||
: document (document_)
|
||||
{
|
||||
JucerApplication::getApp().openDocumentManager.addListener (this);
|
||||
IntrojucerApp::getApp().openDocumentManager.addListener (this);
|
||||
}
|
||||
|
||||
DocumentEditorComponent::~DocumentEditorComponent()
|
||||
{
|
||||
JucerApplication::getApp().openDocumentManager.removeListener (this);
|
||||
IntrojucerApp::getApp().openDocumentManager.removeListener (this);
|
||||
}
|
||||
|
||||
void DocumentEditorComponent::documentAboutToClose (OpenDocumentManager::Document* closingDoc)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue