mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
added focus to sdk list
This commit is contained in:
@@ -162,6 +162,12 @@ public class PythonSdkOptions extends DialogWrapper {
|
||||
myProjectSdksModel.setProjectSdk(selectedSdk);
|
||||
}
|
||||
|
||||
@Nullable
|
||||
@Override
|
||||
public JComponent getPreferredFocusedComponent() {
|
||||
return mySdkList;
|
||||
}
|
||||
|
||||
public boolean isModified() {
|
||||
return mySdkListChanged ||
|
||||
myProjectSdksModel.isModified() ||
|
||||
|
||||
Reference in New Issue
Block a user