windowing/windowserverplugins/openwfc/src/elementwrapper.cpp
branchNewGraphicsArchitecture
changeset 140 13a436a0995b
parent 0 5d03bc08d59c
child 164 25ffed67c7ef
equal deleted inserted replaced
139:975c90a56547 140:13a436a0995b
   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