URL:
  <http://gna.org/bugs/?21634>

                 Summary: overlapping announce-messages when toggling
accelerated speed
                 Project: Battle for Wesnoth
            Submitted by: None
            Submitted on: mar. 11 févr. 2014 00:10:13 UTC
                Category: Bug
                Severity: 2 - Minor
                Priority: 5 - Normal
              Item Group: User Interface
                  Status: None
                 Privacy: Public
             Assigned to: None
        Originator Email: 
             Open/Closed: Open
         Discussion Lock: Any
                 Release: 1.11.9
        Operating System: Windows 7

    _______________________________________________________

Details:

By pressing Ctrl + A twice, you once obtain:
Accelerated speed enabled!
and
(press ctrl + A to disable)

Unfortunately, these are displayed at the same place.

The easiest fix might be to merge the messages in play_controller.cpp line
1471:
gui_->announce(_("Accelerated speed enabled!"), font::NORMAL_COLOR);
gui_->announce("\n" + vgettext("(press $hk to disable)", symbols),
font::NORMAL_COLOR);

This would become
gui_->announce(_("Accelerated speed enabled!\n") + vgettext("(press $hk to
disable)", symbols), font::NORMAL_COLOR);




    _______________________________________________________

Reply to this item at:

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

_______________________________________________
  Message posté via/par Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to