PY-22324 Converted PySdkListCellRenderer to Kotlin

This commit is contained in:
Andrey Vlasovskikh
2017-10-04 18:46:54 +03:00
parent 68adc51481
commit e29a464d4a
9 changed files with 83 additions and 103 deletions

View File

@@ -36,7 +36,7 @@ public class PythonSdkComboBox extends ComboboxWithBrowseButton {
private Project myProject;
public PythonSdkComboBox() {
getComboBox().setRenderer(new PySdkListCellRenderer("<No Interpreter>", null));
getComboBox().setRenderer(new PySdkListCellRenderer(null));
addActionListener(new ActionListener() {
public void actionPerformed(ActionEvent e) {
Sdk selectedSdk = getSelectedSdk();