1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-07-24 01:15:29 +02:00

Changing does not mean reseting the value.

This commit is contained in:
Alain Magloire 2002-08-26 05:11:14 +00:00
parent ec51c065a0
commit b975a9ba5a

View file

@ -156,7 +156,7 @@ public class CLocalVariable extends CModificationVariable
{
try
{
setValue( getCurrentValue() );
//setValue( getCurrentValue() );
if ( !getValue().hasVariables() )
{
setChanged( true );