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:
parent
b7c32e2b66
commit
857c836ecf
1 changed files with 1 additions and 0 deletions
|
@ -126,6 +126,7 @@ public class VariableCellModifier extends WatchExpressionCellModifier {
|
|||
formatId = IFormattedValues.NATURAL_FORMAT;
|
||||
}
|
||||
|
||||
fDataAccess.writeVariable(element, (String) value, formatId);
|
||||
fProvider.handleEvent(new UserEditEvent(element));
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue