mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-05-01 02:38:59 +07:00
PY-22324 Converted PySdkListCellRenderer to Kotlin
This commit is contained in:
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user