mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
reverted location field focus grab
it made interpreter combobox unusable
This commit is contained in:
+1
-6
@@ -109,12 +109,7 @@ abstract public class AbstractProjectSettingsStep extends AbstractActionWithPane
|
||||
@Override
|
||||
public JPanel createPanel() {
|
||||
final JPanel basePanel = createBasePanel();
|
||||
final JPanel mainPanel = new JPanel(new BorderLayout()) {
|
||||
@Override
|
||||
protected void paintComponent(Graphics g) {
|
||||
myLocationField.requestFocus();
|
||||
}
|
||||
};
|
||||
final JPanel mainPanel = new JPanel(new BorderLayout());
|
||||
|
||||
final JPanel scrollPanel = new JPanel(new BorderLayout());
|
||||
|
||||
|
||||
Reference in New Issue
Block a user