From 3c607046c21c14986fc6396f87865d8d340aaccf Mon Sep 17 00:00:00 2001 From: Paul Ferrand Date: Fri, 11 Sep 2020 13:31:33 +0200 Subject: [PATCH] Change modify file glyph --- editor/src/editor/Editor.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/editor/src/editor/Editor.cpp b/editor/src/editor/Editor.cpp index 256f6302..d13db043 100644 --- a/editor/src/editor/Editor.cpp +++ b/editor/src/editor/Editor.cpp @@ -502,7 +502,7 @@ void Editor::Impl::createFrameContents() return createGlyphButton(u8"\ue2e4", bounds, tag, fontsize); }; auto createEditFileButton = [&createGlyphButton](const CRect& bounds, int tag, const char*, CHoriTxtAlign, int fontsize) { - return createGlyphButton(u8"\ue142", bounds, tag, fontsize); + return createGlyphButton(u8"\ue148", bounds, tag, fontsize); }; auto createLoadFileButton = [&createGlyphButton](const CRect& bounds, int tag, const char*, CHoriTxtAlign, int fontsize) { return createGlyphButton(u8"\ue1a3", bounds, tag, fontsize);