mirror of
https://gitflic.ru/project/openide/openide.git
synced 2026-09-27 10:03:11 +07:00
allow oauth2 login for appcfg.py (PY-7843)
This commit is contained in:
@@ -47,7 +47,7 @@ public abstract class IdeaDialog extends DialogWrapper {
|
||||
field.getDocument().addDocumentListener(new MyDocumentListener());
|
||||
}
|
||||
|
||||
protected void addUpdater(JCheckBox check) {
|
||||
protected void addUpdater(JToggleButton check) {
|
||||
check.addActionListener(new ActionListener() {
|
||||
public void actionPerformed(ActionEvent actionEvent) {
|
||||
updateOkButton();
|
||||
|
||||
Reference in New Issue
Block a user