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:
parent
ec51c065a0
commit
b975a9ba5a
1 changed files with 1 additions and 1 deletions
|
@ -156,7 +156,7 @@ public class CLocalVariable extends CModificationVariable
|
|||
{
|
||||
try
|
||||
{
|
||||
setValue( getCurrentValue() );
|
||||
//setValue( getCurrentValue() );
|
||||
if ( !getValue().hasVariables() )
|
||||
{
|
||||
setChanged( true );
|
||||
|
|
Loading…
Add table
Reference in a new issue