Bugfix when new code is set from TellStick Duo

This commit is contained in:
Micke Prag 2010-08-13 14:42:14 +00:00
parent bb1d082e6f
commit 8eae8ee108

View file

@ -67,6 +67,8 @@ void DeviceSettingSartano::setValue( const QString &name, const QString &value )
for (int i = 0; i < 10; ++i) {
if (value[i] == '0') {
button1[i]->setChecked(true);
} else {
button0[i]->setChecked(true);
}
}
}