From 2ee072aa7bc194b869cab77ad10c10f732fe02db Mon Sep 17 00:00:00 2001 From: Jared Boone Date: Mon, 14 Dec 2015 11:24:48 -0800 Subject: [PATCH] Invert register number column colors in RegistersWidget. --- firmware/application/ui_debug.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/firmware/application/ui_debug.cpp b/firmware/application/ui_debug.cpp index 5d9efd9ce..c18f59090 100644 --- a/firmware/application/ui_debug.cpp +++ b/firmware/application/ui_debug.cpp @@ -78,7 +78,7 @@ void RegistersWidget::draw_legend(Painter& painter) { const auto text = to_string_hex(i, config.legend_length); painter.draw_string( screen_pos() + offset, - style(), + style().invert(), text ); }