mirror of
https://github.com/eclipse-cdt/cdt
synced 2025-07-19 06:55:23 +02:00
Fix for bug 26401.
This commit is contained in:
parent
916a07026b
commit
280c95fcfe
1 changed files with 1 additions and 0 deletions
|
@ -85,6 +85,7 @@ public class ExpressionDialog extends Dialog
|
|||
private void initializeDataWidgets()
|
||||
{
|
||||
fTextExpression.setText( fExpression );
|
||||
fTextExpression.setSelection( fExpression.length() );
|
||||
fTextExpression.selectAll();
|
||||
setOkButtonState();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue