diff --git a/SandboxiePlus/SandMan/Models/SbieModel.cpp b/SandboxiePlus/SandMan/Models/SbieModel.cpp index d8a6b250..58d43d43 100644 --- a/SandboxiePlus/SandMan/Models/SbieModel.cpp +++ b/SandboxiePlus/SandMan/Models/SbieModel.cpp @@ -237,6 +237,7 @@ QList CSbieModel::Sync(const QMap& BoxList, cons pNode->bOpen = bOpen; pNode->boxType = boxType; pNode->boxColor = boxColor; + pNode->boxDel = boxDel; //pNode->Icon = pNode->inUse ? m_BoxInUse : m_BoxEmpty; if(ColorIcons) Icon = theGUI->GetColorIcon(boxColor, inUse); @@ -591,4 +592,4 @@ bool CSbieModel::dropMimeData(const QMimeData* data, Qt::DropAction action, int } return true; -} \ No newline at end of file +}