Kaydet (Commit) 69e43023 authored tarafından Vladimir Glazounov's avatar Vladimir Glazounov

INTEGRATION: CWS eforms4 (1.26.16); FILE MERGED

2004/12/10 10:41:01 fs 1.26.16.1: #i36359# updateDependentProperties renamed to actuatingPropertyChanged, plus added a parameter indicating whether it's a real property change
üst 8618fc74
......@@ -2,9 +2,9 @@
*
* $RCSfile: propcontroller.cxx,v $
*
* $Revision: 1.26 $
* $Revision: 1.27 $
*
* last change: $Author: obo $ $Date: 2004-11-16 12:10:13 $
* last change: $Author: vg $ $Date: 2005-03-23 11:57:01 $
*
* The Contents of this file are made available subject to the terms of
* either of the following licenses
......@@ -742,7 +742,7 @@ namespace pcr
// properties
bool bIsActuatingProperty = ( m_pPropertyInfo->getPropertyUIFlags( nPropertyId ) & PROP_FLAG_ACTUATING ) != 0;
if ( bIsActuatingProperty )
updateDependentProperties( nPropertyId, aNewValue, aOldValue );
actuatingPropertyChanged( nPropertyId, aNewValue, aOldValue, false );
}
}
}
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment