ui fix
This commit is contained in:
@@ -196,7 +196,7 @@ void UcppGI::countFreeApartments(Fcppcoords coords, int& free, int& all, float&
|
||||
bool temp = false;
|
||||
for (auto& flat : getFlatArr_(coords, len)) {
|
||||
if (flat.available) {
|
||||
if (!temp) {
|
||||
if (!temp&& flat.Price>0) {
|
||||
minPrice = flat.Price;
|
||||
temp = true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user