From 1513d76cb9408b5d36d84a930736cf7911ee5a01 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?R=C3=A9mi=20Verschelde?= Date: Mon, 12 Sep 2022 16:29:40 +0200 Subject: 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. --- editor/icons/GuiResizerTopLeft.svg | 1 + 1 file changed, 1 insertion(+) create mode 100644 editor/icons/GuiResizerTopLeft.svg (limited to 'editor/icons/GuiResizerTopLeft.svg') 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 @@ + -- cgit v1.2.3