mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-26 02:15:31 +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
|
try
|
||||||
{
|
{
|
||||||
setValue( getCurrentValue() );
|
//setValue( getCurrentValue() );
|
||||||
if ( !getValue().hasVariables() )
|
if ( !getValue().hasVariables() )
|
||||||
{
|
{
|
||||||
setChanged( true );
|
setChanged( true );
|
||||||
|
|
Loading…
Add table
Reference in a new issue