Project

Profile

Help

HostedRedmine.com has moved to the Planio platform. All logins and passwords remained the same. All users will be able to login and use Redmine just as before. Read more...

Bug #825218

closed

Qt client nations report shows other players' science rate as luxury rate

Added by Jacob Nevins almost 4 years ago. Updated almost 4 years ago.

Status:
Closed
Priority:
Normal
Category:
gui-qt
Sprint/Milestone:
Start date:
Due date:
% Done:

0%

Estimated time:

Description

Noticed in passing while catching up:

The updated nation report, added in #769585, introduced a bug when reporting tax rates through an embassy: plrdlg.cpp plr_widget::nation_selected():

  if (player_has_embassy(me, pplayer)) { 
    etax = QString::number(pplayer->economic.tax) + "%"; 
    esci = QString::number(pplayer->economic.science) + "%"; 
    elux = QString::number(pplayer->economic.science) + "%"; 

Files


Related issues

Related to Freeciv - Bug #769585: Qt client - updated nation reportClosed

Actions
Actions #1

Updated by Jacob Nevins almost 4 years ago

  • Related to Bug #769585: Qt client - updated nation report added
Actions #3

Updated by Marko Lindqvist almost 4 years ago

  • Status changed from Resolved to Closed
  • Assignee set to Marko Lindqvist

Also available in: Atom PDF