diff options
author | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-12 16:29:40 +0200 |
---|---|---|
committer | Rémi Verschelde <rverschelde@gmail.com> | 2022-09-12 16:29:45 +0200 |
commit | 1513d76cb9408b5d36d84a930736cf7911ee5a01 (patch) | |
tree | ddc6aa313b5eba27fec4a98de01ff711389c719a /editor/icons | |
parent | dbab737798e2f3d35370c3504ab3c57e6cc0d020 (diff) |
Fix some errors affecting the Web editor
- Don't warn about minimized/maximized modes not being available.
- Blender and FBX export both depend on running thirdparty applications,
which can't be done (easily at least) for Web and Android editors.
- Editor theme complained about not being able to retrieve texture data
for an icon. It was only used once so instead of flipping at runtime,
let's just add a flipped icon.
Part of #65702.
Diffstat (limited to 'editor/icons')
-rw-r--r-- | editor/icons/GuiResizerTopLeft.svg | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/editor/icons/GuiResizerTopLeft.svg b/editor/icons/GuiResizerTopLeft.svg new file mode 100644 index 0000000000..a67c2c0722 --- /dev/null +++ b/editor/icons/GuiResizerTopLeft.svg @@ -0,0 +1 @@ +<svg height="16" viewBox="0 0 16 16" width="16" xmlns="http://www.w3.org/2000/svg"><path d="m4 12c.55228 0 1-.44772 1-1v-6h6c.55228 0 1-.44772 1-1s-.44772-1-1-1h-7c-.55226.000055-.99994.44774-1 1v7c0 .55228.44772 1 1 1z" fill="#fff" fill-opacity=".58824"/></svg> |