修复浅色编辑器主题不正常的Bug

This commit is contained in:
寂静的羽夏 2022-09-23 12:30:05 +08:00
parent 360a65d24e
commit 140f645197
1 changed files with 1 additions and 1 deletions

View File

@ -101,7 +101,7 @@ QSyntaxStyle *QSyntaxStyle::defaultStyle() {
static QSyntaxStyle style;
if (!style.isLoaded()) {
QFile fl(":/default_style.xml");
QFile fl(":/WingHexPy/default_style.xml");
if (!fl.open(QIODevice::ReadOnly)) {
return &style;