mirror of
https://github.com/saitohirga/WSJT-X.git
synced 2024-11-22 04:11:16 -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'})
|
||||
);
|
||||
|
||||
m_colors.clear ();
|
||||
QTextStream ots {&m_colors, QIODevice::WriteOnly};
|
||||
ots.setIntegerBase (16);
|
||||
ots.setFieldWidth (2);
|
||||
|
Loading…
Reference in New Issue
Block a user