mirror of
https://github.com/eried/portapack-mayhem.git
synced 2025-05-15 13:12:18 -04:00
Invert register number column colors in RegistersWidget.
This commit is contained in:
parent
a340cbb74b
commit
2ee072aa7b
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue