Repair a regression in saving colours to settings

This commit is contained in:
Bill Somerville 2021-04-21 21:58:10 +01:00
parent 9d19de5cf3
commit 6ec55f0698
No known key found for this signature in database
GPG Key ID: D864B06D1E81618F
1 changed files with 1 additions and 0 deletions

View File

@ -274,6 +274,7 @@ void DevSetup::updateColorLabels()
.arg (b3, 2, 16, QLatin1Char {'0'})
);
m_colors.clear ();
QTextStream ots {&m_colors, QIODevice::WriteOnly};
ots.setIntegerBase (16);
ots.setFieldWidth (2);