1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 09:25:31 +02:00

Applied 215787 patch. Discussed with Ken.

This commit is contained in:
John Cortell 2008-01-21 16:41:56 +00:00
parent ac25ef4aff
commit de8fa2cc7d

View file

@ -351,7 +351,6 @@ public class CGlobalVariable extends CVariable implements ICGlobalVariable {
ICDITarget cdiTarget = source.getTarget();
if ( getCDITarget().equals( cdiTarget ) ) {
setChanged( false );
resetValue(); // Reset the value cache so the display value will be updated.
}
}
}