From 975ee0c0094dfc4d0b42fe2f5693c53c696d6965 Mon Sep 17 00:00:00 2001 From: Astra <93453568+Astrrra@users.noreply.github.com> Date: Thu, 14 Jul 2022 19:58:52 +0300 Subject: [PATCH] Change # to ! for the inverted text example (#1395) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The code already works with "!", but the comment was wrong. Co-authored-by: あく --- applications/gui/elements.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/gui/elements.h b/applications/gui/elements.h index 2b8b8d3f2..2329ca27b 100644 --- a/applications/gui/elements.h +++ b/applications/gui/elements.h @@ -204,7 +204,7 @@ void elements_string_fit_width(Canvas* canvas, string_t string, uint8_t width); * @param[in] text Formatted text. The following formats are available: * "\e#Bold text\e#" - bold font is used * "\e*Monospaced text\e*" - monospaced font is used - * "\e#Inversed text\e#" - white text on black background + * "\e!Inversed text\e!" - white text on black background * @param strip_to_dots Strip text to ... if does not fit to width */ void elements_text_box(