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 f7e1c6fbc5
commit 24e3abddd3
@@ -283,7 +283,7 @@
}
}
}
else if (checkBox.tag)
else if (!isSelected && checkBox.tag)
{
checkBox.image = [UIImage imageNamed:@"selection_untick"];
checkBox.tag = 0;