Fix layout issues in git clone dialog
This commit is contained in:
parent
015a050169
commit
44ee299941
|
@ -65,6 +65,8 @@ DIALOG_GIT_REPOSITORY::DIALOG_GIT_REPOSITORY( wxWindow* aParent, git_repository*
|
||||||
|
|
||||||
SetupStandardButtons();
|
SetupStandardButtons();
|
||||||
updateAuthControls();
|
updateAuthControls();
|
||||||
|
|
||||||
|
Layout();
|
||||||
}
|
}
|
||||||
|
|
||||||
DIALOG_GIT_REPOSITORY::~DIALOG_GIT_REPOSITORY()
|
DIALOG_GIT_REPOSITORY::~DIALOG_GIT_REPOSITORY()
|
||||||
|
@ -439,6 +441,8 @@ void DIALOG_GIT_REPOSITORY::updateAuthControls()
|
||||||
setDefaultSSHKey();
|
setDefaultSSHKey();
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Layout();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue