Merge pull request #81319 from KurtBliss/Changing-text-files-in-an-external-editor-doesn't-cause-them-to-reload-in-Script-Editor
Fix TextFile not reloading when changed from external editors
This commit is contained in:
commit
6b70dfe7e2
1 changed files with 3 additions and 0 deletions
|
@ -41,6 +41,9 @@ private:
|
|||
String text;
|
||||
String path;
|
||||
|
||||
protected:
|
||||
virtual bool editor_can_reload_from_file() override { return false; }
|
||||
|
||||
public:
|
||||
virtual bool has_text() const;
|
||||
virtual String get_text() const;
|
||||
|
|
Loading…
Reference in a new issue