]> git.mxchange.org Git - flightgear.git/commit
Ensure immediate canvas update inside GUI windows.
authorThomas Geymayer <tomgey@gmail.com>
Sun, 10 Mar 2013 19:43:04 +0000 (20:43 +0100)
committerThomas Geymayer <tomgey@gmail.com>
Sun, 10 Mar 2013 19:43:14 +0000 (20:43 +0100)
commit07f01bd7344b261ccf304d2583276ca72e381378
tree6bde080d9fa5867e3018638cc43a14a9e87c2f7a
parent0718e2b0f7b0fcdb522b8654f0b315495380c6f7
Ensure immediate canvas update inside GUI windows.

Ensure canvas displayed inside GUI windows are updated in the same
frame as the according window is made visible. This prevents
showing previous contents for the first frame.
src/Canvas/window.cxx