forked from qt-creator/qt-creator
Fix bug: drag state remain on after dragging asset to texture
Task-number: QDS-8341 Change-Id: If9bc7c0e3f2e017df4fde2cf94e7ffc168644eef Reviewed-by: Mahmoud Badri <mahmoud.badri@qt.io>
This commit is contained in:
@@ -854,6 +854,7 @@ void TextureEditorView::dragStarted(QMimeData *mimeData)
|
|||||||
void TextureEditorView::dragEnded()
|
void TextureEditorView::dragEnded()
|
||||||
{
|
{
|
||||||
highlightSupportedProperties(false);
|
highlightSupportedProperties(false);
|
||||||
|
m_qmlBackEnd->contextObject()->setActiveDragSuffix("");
|
||||||
}
|
}
|
||||||
|
|
||||||
// from model to texture editor
|
// from model to texture editor
|
||||||
|
Reference in New Issue
Block a user