1
0
Fork 0
mirror of https://github.com/eclipse-cdt/cdt synced 2025-04-29 19:45:01 +02:00

Fix for Bug 217460

User modifying an expression was not working
This commit is contained in:
Marc Khouzam 2008-02-01 17:37:34 +00:00
parent b7c32e2b66
commit 857c836ecf

View file

@ -126,6 +126,7 @@ public class VariableCellModifier extends WatchExpressionCellModifier {
formatId = IFormattedValues.NATURAL_FORMAT;
}
fDataAccess.writeVariable(element, (String) value, formatId);
fProvider.handleEvent(new UserEditEvent(element));
}
}