Insert the control line AREA if message is deleted to AreaRecycleBin

This commit is contained in:
Ianos Gnatiuc 2006-03-25 05:56:22 +00:00
parent 4845f4d723
commit 7ce54ce989

View File

@ -444,6 +444,7 @@ void CmfMsgs(GMsg* msg, bool torecycle)
Area* AAdest = AA;
AA->RandomizeData();
if (torecycle) AA->adat->areacopyaddid = true;
// Is it readonly?
if(AA->attr().r_o()) {