windowing/windowserverplugins/openwfc/src/elementwrapper.cpp
branchRCL_3
changeset 164 25ffed67c7ef
parent 163 bbf46f59e123
equal deleted inserted replaced
163:bbf46f59e123 164:25ffed67c7ef
   971         if (updateFlags&(EUpdate_Insert|EUpdate_AttributesIllegal))
   971         if (updateFlags&(EUpdate_Insert|EUpdate_AttributesIllegal))
   972             {
   972             {
   973             wfcInsertElement(iOpenWfcWrapper.Device(),iElement,elementBelow);
   973             wfcInsertElement(iOpenWfcWrapper.Device(),iElement,elementBelow);
   974             }
   974             }
   975         }
   975         }
       
   976 
       
   977      FlushAttributeChanges(iElement, EUpdate_ALL_ATTRIBS|EUpdate_DontLockSource);
       
   978      wfcInsertElement(iOpenWfcWrapper.Device(),iElement,elementBelow);
   976 
   979 
   977     LILOG(("### EXIT CElementWrapper::FlushSceneChanges() FALSE"));
   980     LILOG(("### EXIT CElementWrapper::FlushSceneChanges() FALSE"));
   978     return ETrue;
   981     return ETrue;
   979     }
   982     }
   980 
   983