Invert register number column colors in RegistersWidget.

This commit is contained in:
Jared Boone 2015-12-14 11:24:48 -08:00
parent a340cbb74b
commit 2ee072aa7b

View File

@ -78,7 +78,7 @@ void RegistersWidget::draw_legend(Painter& painter) {
const auto text = to_string_hex(i, config.legend_length); const auto text = to_string_hex(i, config.legend_length);
painter.draw_string( painter.draw_string(
screen_pos() + offset, screen_pos() + offset,
style(), style().invert(),
text text
); );
} }