Merge pull request #79211 from HolonProduction/file-dialog-button-update

Update FileDialog button activity when file_mode is changed.
This commit is contained in:
Rémi Verschelde 2023-07-09 12:24:35 +02:00
commit 1017077b7f
No known key found for this signature in database
GPG Key ID: C3336907360768E1
1 changed files with 2 additions and 0 deletions

View File

@ -833,6 +833,8 @@ void FileDialog::set_file_mode(FileMode p_mode) {
} else {
tree->set_select_mode(Tree::SELECT_SINGLE);
}
get_ok_button()->set_disabled(_is_open_should_be_disabled());
}
FileDialog::FileMode FileDialog::get_file_mode() const {