From c3e05b7b98b1501c7bf4b2b23a560d5a0bf0bc63 Mon Sep 17 00:00:00 2001 From: Jean Pierre Cimalando Date: Tue, 13 Oct 2020 13:38:54 +0200 Subject: [PATCH] editor: use a different icon for CC --- 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 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);