mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-04-29 19:45:01 +02:00
[233111] - Added a comment.
This commit is contained in:
parent
43456f1f7f
commit
75a885c108
1 changed files with 1 additions and 0 deletions
|
@ -61,6 +61,7 @@ public class WatchExpressionCellModifier implements ICellModifier {
|
|||
if (strValue.length() != 0) {
|
||||
expression.setExpressionText(strValue);
|
||||
} else {
|
||||
// (bug 233111) If user entered a blank string, remove the expression.
|
||||
expressionManager.removeExpression(expression);
|
||||
}
|
||||
} else if (element instanceof NewExpressionVMC && strValue.length() != 0) {
|
||||
|
|
Loading…
Add table
Reference in a new issue