mirror of
https://github.com/portapack-mayhem/mayhem-firmware.git
synced 2025-08-14 18:27:42 +00:00
Invert register number column colors in RegistersWidget.
This commit is contained in:
@@ -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
|
||||
);
|
||||
}
|
||||
|
Reference in New Issue
Block a user