Fix incorrectly disabled project import confirmation button
This commit is contained in:
parent
8dcf5b4eaf
commit
3c3c5f295e
1 changed files with 3 additions and 1 deletions
|
|
@ -976,7 +976,9 @@ void ProjectDialog::show_dialog(bool p_reset_name, bool p_is_confirmed) {
|
|||
void ProjectDialog::_notification(int p_what) {
|
||||
switch (p_what) {
|
||||
case NOTIFICATION_TRANSLATION_CHANGED: {
|
||||
_renderer_selected();
|
||||
if (rendering_device_checked) {
|
||||
_renderer_selected();
|
||||
}
|
||||
} break;
|
||||
|
||||
case NOTIFICATION_THEME_CHANGED: {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue