No longer setting background color. #116.

This commit is contained in:
Rob Greene 2023-10-20 16:14:43 -05:00
parent 045fc10c62
commit b3a5f3e9df
1 changed files with 0 additions and 1 deletions

View File

@ -91,7 +91,6 @@ public class ExportFileDestinationPane extends WizardPane {
directoryText = new Text(control, SWT.WRAP | SWT.BORDER);
if (wizard.getDirectory() != null) directoryText.setText(wizard.getDirectory());
directoryText.setLayoutData(new RowData(parent.getSize().x - 30, -1));
directoryText.setBackground(new Color(control.getDisplay(), 255,255,255));
directoryText.setFocus();
directoryText.addModifyListener(new ModifyListener() {
public void modifyText(ModifyEvent event) {