fixed recycle icon not updated in time
This commit is contained in:
parent
1b36fa1b5e
commit
fc77de92bc
|
@ -237,6 +237,7 @@ QList<QVariant> CSbieModel::Sync(const QMap<QString, CSandBoxPtr>& 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;
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue