Skip to content

Commit d5722e4

Browse files
committed
Restored text color
1 parent 71f2ea6 commit d5722e4

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/fhex.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -228,7 +228,7 @@ Fhex::Fhex(QWidget *parent, QApplication *app, QString filepath)
228228
this->bgcolor = QString(configbgcolor.c_str());
229229
}
230230
}
231-
qhex->setStyleSheet("QHexEdit { background-color: "+bgcolor+";}");
231+
qhex->setStyleSheet("QHexEdit { background-color: "+bgcolor+"; color: #ffffff;}");
232232
qhex->setAddressAreaColor(color_dark_gray);
233233
qhex->setSelectionColor(color_dark_yellow);
234234
qhex->setHighlightingColor(color_dark_violet);

0 commit comments

Comments
 (0)