mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2025-02-03 09:44:24 -05:00
Repair a regression in saving colours to settings
This commit is contained in:
parent
9d19de5cf3
commit
6ec55f0698
@ -274,6 +274,7 @@ void DevSetup::updateColorLabels()
|
|||||||
.arg (b3, 2, 16, QLatin1Char {'0'})
|
.arg (b3, 2, 16, QLatin1Char {'0'})
|
||||||
);
|
);
|
||||||
|
|
||||||
|
m_colors.clear ();
|
||||||
QTextStream ots {&m_colors, QIODevice::WriteOnly};
|
QTextStream ots {&m_colors, QIODevice::WriteOnly};
|
||||||
ots.setIntegerBase (16);
|
ots.setIntegerBase (16);
|
||||||
ots.setFieldWidth (2);
|
ots.setFieldWidth (2);
|
||||||
|
Loading…
Reference in New Issue
Block a user