diff --git a/editor/src/editor/Editor.cpp b/editor/src/editor/Editor.cpp index 142d5dcc..d624e385 100644 --- a/editor/src/editor/Editor.cpp +++ b/editor/src/editor/Editor.cpp @@ -506,7 +506,7 @@ void Editor::Impl::createFrameContents() }; auto createCCButton = [&createGlyphButton](const CRect& bounds, int tag, const char*, CHoriTxtAlign, int fontsize) { // return createGlyphButton(u8"\ue240", bounds, tag, fontsize); - return createGlyphButton(u8"\ue140", bounds, tag, fontsize); + return createGlyphButton(u8"\ue253", bounds, tag, fontsize); }; auto createSettingsButton = [&createGlyphButton](const CRect& bounds, int tag, const char*, CHoriTxtAlign, int fontsize) { return createGlyphButton(u8"\ue2e4", bounds, tag, fontsize);