Currency tooltip showing remaining cost or missing items label on mouseover (for currencies with a lot of items like Bronze)
matcoga opened this issue ยท 1 comments
Since DF-3.12.3, the tooltip on mouseover for some currencies like Bronze was modified to no longer show the list of remaining things to buy. As explained in #1649, this was done for performance reasons.
However, this has the effect of incorrectly showing a currency with no things at all if you don't think of using the command "/att Currency".
Tooltip for a currency without anything to buy (like crests) :
Tooltip for a currency for which everything was bought :
Tooltip for an incomplete currency :
There are no visible difference to tell the first two apart.
Is it possible to add only the total cost of remaining items to the mouseover tooltip without undoing the performance gained since DF-3.12.3 ?
Or can an information text be added to the mouseover tootip indicating that there are still items to be bought (but too much to be shown directly in the tooltip) ?