mirror of
https://github.com/juce-framework/JUCE.git
synced 2026-02-08 04:20:09 +00:00
Minor fix to Atomic. Jucer development.
This commit is contained in:
parent
7299608550
commit
e6a5f1501f
13 changed files with 152 additions and 20 deletions
|
|
@ -336,7 +336,7 @@ static void getAllSelectedNodesInTree (Component* componentInTree, OwnedArray <P
|
|||
|
||||
bool ProjectTreeViewBase::isInterestedInDragSource (const String& sourceDescription, Component* sourceComponent)
|
||||
{
|
||||
if (sourceDescription != String (projectItemDragType))
|
||||
if (sourceDescription != projectItemDragType)
|
||||
return false;
|
||||
|
||||
OwnedArray <Project::Item> selectedNodes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue