1
0
Fork 0
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:
Pawel Piech 2008-10-09 05:35:50 +00:00
parent 43456f1f7f
commit 75a885c108

View file

@ -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) {