Ainsley
Ainsley
Fix #69208 https://github.com/godotengine/godot/assets/63407648/95c1b9a0-84c0-4fe5-a3bc-b31f325c4648 In `canvas_item_editor_plugin`: Call `update_viewport()` in `_project_setting_changed` to redraw viewport after project settings changed. In `control`: Add a new private function `_project_settings_changed` to update the size and redraw...
Fix #94718 . https://github.com/user-attachments/assets/029268be-6f3a-45a6-b255-7d8c65ce38c2 Warn the user if the size in header mismatch with the actual size. When the data chunk size in the header is larger than the actual...
### Tested versions - Reproducible in v4.4.dev2.official [97ef3c837], v4.4.dev3.official [f4af8201b] and later. (error -110 and -28928) - In v4.3.stable.official [77dcf97d8], v4.4.dev1.official [28a72fa43]. It gives different error. (error -9984) ### System...