Bug Fix: Room settings, ticks are badly refreshed

#681
This commit is contained in:
Giom Foret
2017-07-19 15:23:19 +02:00
parent 886e6f4115
commit 398ae40e48
@@ -283,7 +283,7 @@
}
}
}
else if (checkBox.tag)
else if (!isSelected && checkBox.tag)
{
checkBox.image = [UIImage imageNamed:@"selection_untick"];
checkBox.tag = 0;