Skip to content

Commit

Permalink
Removed tab
Browse files Browse the repository at this point in the history
  • Loading branch information
Doug committed Mar 5, 2024
1 parent 7052dc2 commit f085cd8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/ColorScheme.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ void ColorScheme::readColorEntry(QSettings * s , int index)
r = colorStr.mid(1, 2).toInt(nullptr, 16);
g = colorStr.mid(3, 2).toInt(nullptr, 16);
b = colorStr.mid(5, 2).toInt(nullptr, 16);
ok = true;
ok = true;
}
}
if (!ok)
Expand Down

0 comments on commit f085cd8

Please sign in to comment.