Page 1 of 1

Pop-up Menu font color of qt (Edit: solved)

Posted: Wed Jul 24, 2019 1:00 am
by dlshcbmuipmam
I am trying to build and play with the qt client on my Win10 laptop. It works, but the font color of the pop-up menu is the same as the backbround (in black). Therefore, I am unable to see the choices unless I hover my mouse over the label. Is there anyway to fix it

Edit: Now I know why, I build freeiv in the semi-out-of-source way, which I create a "build" directory and build everything into it. Freeciv cannot detect the qt data files when being run in the "build" directory, I have to copy the content of "data/themes/gui-qt" to the "build" directory (or simply run it from the root directory of freeciv) to get the correct color display.

Re: Pop-up Menu font color of qt (Edit: solved)

Posted: Thu Jul 25, 2019 7:31 am
by cazfi
Which version are you trying to build? This sounds like Bug #782349, but it was fixed in all development branches almost a year ago (but we have had no releases after it).

Re: Pop-up Menu font color of qt (Edit: solved)

Posted: Fri Jul 26, 2019 11:50 am
by dlshcbmuipmam
cazfi wrote:Which version are you trying to build? This sounds like Bug #782349, but it was fixed in all development branches almost a year ago (but we have had no releases after it).
Yes it is R2_6_0, so probably it has been fixed in the development branches.