windowing/windowserverplugins/openwfc/src/elementwrapper.cpp
branchGCC_SURGE
changeset 125 0fecfaa711d2
parent 98 bf7481649c98
child 164 25ffed67c7ef
equal deleted inserted replaced
101:8b609b439da2 125:0fecfaa711d2
   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);
       
   979 
   976 
   980     LILOG(("### EXIT CElementWrapper::FlushSceneChanges() FALSE"));
   977     LILOG(("### EXIT CElementWrapper::FlushSceneChanges() FALSE"));
   981     return ETrue;
   978     return ETrue;
   982     }
   979     }
   983 
   980