Follow-up Comment #5, bug #25292 (project wesnoth):

I am debugging this bug now, and I noticed size of texts in help pages are not
changed if font scaling is not 100%.
help_text_area::add_text_item() uses split_in_width() and render_text().
In add_text_item(), split_in_width() uses font scale but render_text()
doesn't, so word wrapping position is wrong if font scale is not 100%.

And, if font scale is more than 115%, add_text_item() is called recursively
many many times.

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?25292>

_______________________________________________
  Message sent via/by Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
Wesnoth-bugs@gna.org
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to