[Freeciv-Dev] (PR#7300) mapview backing store isn't resized correctly
[Top] [All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index] [Thread Index]
To: |
undisclosed-recipients: ; |
Subject: |
[Freeciv-Dev] (PR#7300) mapview backing store isn't resized correctly |
From: |
"Jason Short" <jdorje@xxxxxxxxxxxxxxxxxxxxx> |
Date: |
Fri, 23 Jan 2004 20:57:22 -0800 |
Reply-to: |
rt@xxxxxxxxxxx |
<URL: http://rt.freeciv.org/Ticket/Display.html?id=7300 >
I believe the problem is that although the backing store does include
the tiles that aren't being drawn, when update_map_canvas_visible() is
called they are not being drawn to the store because they aren't visible
(duh). When the window's size is increased they become visible, but no
new update_map_canvas_visible call is made (just a map_canvas_expose).
jason
|
|