properly cleanup drag pointer
This commit is contained in:
parent
76c63e8585
commit
e05df7ef19
@ -280,6 +280,7 @@ void CompoundDeviceEditDialog::createDragFrame(DeviceFrame *c)
|
||||
drag->setMimeData(mimeData);
|
||||
|
||||
drag->exec(Qt::MoveAction);
|
||||
dragFrame = nullptr;
|
||||
}
|
||||
|
||||
void CompoundDeviceEditDialog::updateInsertIndicator(int xcoord)
|
||||
|
Loading…
Reference in New Issue
Block a user