diff options
| author | Rémi Verschelde <rverschelde@gmail.com> | 2020-01-16 14:11:19 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2020-01-16 14:11:19 +0100 |
| commit | bb024ba9a8bb00ddc0d475e4be16471ae6956891 (patch) | |
| tree | 8b322008fd6582e557ff3a06bbc0c2b944249074 /editor/connections_dialog.h | |
| parent | cd8cafc385dce506e06d958a91f8b5957effdc48 (diff) | |
| parent | e564b4fd0743c6202a2b47eefbf823c2664c89fb (diff) | |
Merge pull request #35197 from asynts/asynts.disable-connect-button
Refactor (and fix) how the connect button is disabled.
Diffstat (limited to 'editor/connections_dialog.h')
| -rw-r--r-- | editor/connections_dialog.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/connections_dialog.h b/editor/connections_dialog.h index 4f46e145e1..c30413953a 100644 --- a/editor/connections_dialog.h +++ b/editor/connections_dialog.h @@ -80,6 +80,7 @@ class ConnectDialog : public ConfirmationDialog { void _add_bind(); void _remove_bind(); void _advanced_pressed(); + void _update_ok_enabled(); protected: void _notification(int p_what); |