File tree 1 file changed +3
-2
lines changed
flutter-idea/src/io/flutter/run/test
1 file changed +3
-2
lines changed Original file line number Diff line number Diff line change 9
9
import com .intellij .openapi .options .ConfigurationException ;
10
10
import com .intellij .openapi .options .SettingsEditor ;
11
11
import com .intellij .openapi .project .Project ;
12
+ import com .intellij .openapi .ui .TextComponentAccessor ;
12
13
import com .intellij .openapi .ui .TextFieldWithBrowseButton ;
13
14
import com .intellij .ui .ListCellRendererWrapper ;
14
15
import io .flutter .run .test .TestFields .Scope ;
@@ -64,8 +65,8 @@ public void customize(final JList list,
64
65
});
65
66
66
67
initDartFileTextWithBrowse (project , testFile );
67
- testDir .addBrowseFolderListener ("Test Directory" , null , project ,
68
- FileChooserDescriptorFactory . createSingleFolderDescriptor ( ));
68
+ testDir .addBrowseFolderListener (project , FileChooserDescriptorFactory . createSingleFolderDescriptor ()
69
+ . withTitle ( "Test Directory" ));
69
70
}
70
71
71
72
@ NotNull
You can’t perform that action at this time.
0 commit comments