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

                 Summary: Selecting nation leaders doesn't update widgets
                 Project: Freeciv
            Submitted by: jtn
            Submitted on: Mon Nov 28 02:08:51 2011
                Category: client-sdl
                Severity: 3 - Normal
                Priority: 5 - Normal
                  Status: In Progress
             Assigned to: jtn
        Originator Email: 
             Open/Closed: Open
                 Release: S2_3 r20613
         Discussion Lock: Any
        Operating System: Any
         Planned Release: 2.2.8,2.3.2,2.4.0,2.5.0

    _______________________________________________________

Details:

In the "pick nation" dialog, pressing nation widget "next/prev" buttons
doesn't cause immediate updates to UI elements; they tend to update when the
mouse next moves over them, which is confusing.

The code is trying to be too clever for its own good by calling dirty_rect()
for three widgets at once; but that's for the map view, and the normal widget
dirty_rect method calls sdl_dirty_rect(). Perhaps changing to that would have
worked, but I've gone for calling the three widgets' dirty_rect methods
instead.

I've checked and this is the only instance of this mistake.




    _______________________________________________________

Reply to this item at:

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

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


_______________________________________________
Freeciv-dev mailing list
Freeciv-dev@gna.org
https://mail.gna.org/listinfo/freeciv-dev

Reply via email to