Fixed: TextFile's not reloading when changed from external editors

This commit is contained in:
KurtBliss 2023-09-03 21:06:24 -04:00
parent 75de1ca768
commit bb98843b61

View file

@ -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;