mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-01-16 00:34:19 +00:00
Introjucer: misc minor fixes + tweaks.
This commit is contained in:
parent
a204ea7ae8
commit
365e4611fa
8 changed files with 91 additions and 47 deletions
|
|
@ -50,7 +50,6 @@ public:
|
|||
p->checkFileStatus();
|
||||
}
|
||||
|
||||
private:
|
||||
#include "jucer_ProjectTree_Base.h"
|
||||
#include "jucer_ProjectTree_Group.h"
|
||||
#include "jucer_ProjectTree_File.h"
|
||||
|
|
@ -911,3 +910,9 @@ bool ProjectContentComponent::perform (const InvocationInfo& info)
|
|||
|
||||
return true;
|
||||
}
|
||||
|
||||
void ProjectContentComponent::getSelectedProjectItemsBeingDragged (const DragAndDropTarget::SourceDetails& dragSourceDetails,
|
||||
OwnedArray<Project::Item>& selectedNodes)
|
||||
{
|
||||
FileTreePanel::ProjectTreeItemBase::getSelectedProjectItemsBeingDragged (dragSourceDetails, selectedNodes);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue