Page 1 of 1

Question about QT client city dialog

Posted: Sun Apr 17, 2022 2:18 am
by Dino the Dinosore
3.0.1 (and likely earlier versions), QT client.

When you open a city dialog, what's with the ( 0) in the line "Size: 4 ( 0)"?

What the numbers in parens on the other lines mean is obvious when you hover over them and see the pop up tooltip, but nothing happens when you hover over the Size: line.
Screen Shot.png
Screen Shot.png (29.13 KiB) Viewed 5704 times

Re: Question about QT client city dialog

Posted: Sun Apr 17, 2022 2:35 am
by cazfi
Please open a ticket.

If it means nothing -> should not be there at all
If it means something -> should have a tooltip

Re: Question about QT client city dialog

Posted: Sun Apr 17, 2022 2:40 am
by cazfi
Seems like it might be the number of specialists in the city.

Code: Select all

fc_snprintf(buf_info[INFO_CITIZEN], sizeof(buf_info[INFO_CITIZEN]),
              "%3d (%4d)", pcity->size, city_specialists(pcity));

Re: Question about QT client city dialog

Posted: Sun Apr 17, 2022 7:32 pm
by Dino the Dinosore
Yes, that's it. Ticket filed.