Added proper resource preview cache invalidation, fixes #5342
This commit is contained in:
parent
a28bf56ef9
commit
6442dfb73b
7 changed files with 74 additions and 0 deletions
|
|
@ -2846,6 +2846,7 @@ void EditorNode::_menu_option_confirm(int p_option,bool p_confirmed) {
|
|||
if (mt!=E->get()->get_last_modified_time()) {
|
||||
E->get()->reload_from_file();
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue