mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
PY-22324 Converted PySdkListCellRenderer to Kotlin
This commit is contained in:
@@ -48,7 +48,7 @@ public class PyManagePackagesDialog extends DialogWrapper {
|
||||
List<Sdk> sdks = PythonSdkType.getAllSdks();
|
||||
Collections.sort(sdks, new PreferredSdkComparator());
|
||||
final JComboBox sdkComboBox = new JComboBox(new CollectionComboBoxModel(sdks, sdk));
|
||||
sdkComboBox.setRenderer(new PySdkListCellRenderer());
|
||||
sdkComboBox.setRenderer(new PySdkListCellRenderer(null));
|
||||
|
||||
PackagesNotificationPanel notificationPanel = new PackagesNotificationPanel();
|
||||
final PyInstalledPackagesPanel packagesPanel = new PyInstalledPackagesPanel(project, notificationPanel);
|
||||
|
||||
Reference in New Issue
Block a user