mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-04 03:40:07 +00:00
Introjucer: ability to drag files from the project tree into external apps. Added more drag-and-drop functionality for linux.
This commit is contained in:
parent
81232e6442
commit
565cb189ea
6 changed files with 440 additions and 57 deletions
|
|
@ -92,6 +92,8 @@ public:
|
|||
|
||||
static void getAllSelectedNodesInTree (Component* componentInTree, OwnedArray <Project::Item>& selectedNodes);
|
||||
|
||||
File getDraggableFile() const { return getFile(); }
|
||||
|
||||
//==============================================================================
|
||||
Project::Item item;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue