mirror of
https://github.com/AppleCommander/AppleCommander.git
synced 2024-12-21 01:30:34 +00:00
No longer setting background color. #116.
This commit is contained in:
parent
045fc10c62
commit
b3a5f3e9df
@ -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) {
|
||||
|
Loading…
Reference in New Issue
Block a user