diff --git a/Software/PC_Application/LibreVNA-GUI/Device/LibreVNA/Compound/compounddeviceeditdialog.cpp b/Software/PC_Application/LibreVNA-GUI/Device/LibreVNA/Compound/compounddeviceeditdialog.cpp index 546bcef..c155c33 100644 --- a/Software/PC_Application/LibreVNA-GUI/Device/LibreVNA/Compound/compounddeviceeditdialog.cpp +++ b/Software/PC_Application/LibreVNA-GUI/Device/LibreVNA/Compound/compounddeviceeditdialog.cpp @@ -280,6 +280,7 @@ void CompoundDeviceEditDialog::createDragFrame(DeviceFrame *c) drag->setMimeData(mimeData); drag->exec(Qt::MoveAction); + dragFrame = nullptr; } void CompoundDeviceEditDialog::updateInsertIndicator(int xcoord)