Add support for dropping folders in summary plots and multi summary plots

This commit is contained in:
jonjenssen
2022-05-25 21:48:01 +02:00
committed by jonjenssen
parent 53af120f39
commit ff57252812
3 changed files with 32 additions and 6 deletions

View File

@@ -357,7 +357,7 @@ bool RimSummaryAddressCollection::canBeDragged() const
ok = ok && ( m_contentType == CollectionContentType::WELL || m_contentType == CollectionContentType::GROUP ||
m_contentType == CollectionContentType::REGION );
return ok;
return ok || isFolder();
}
//--------------------------------------------------------------------------------------------------