-
-
Notifications
You must be signed in to change notification settings - Fork 945
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Cargo flow legend does not get redrawn in additional area when zoomed out #7004
Labels
bug
Something isn't working
Comments
It is probably because |
btzy
added a commit
to btzy/OpenTTD
that referenced
this issue
Dec 31, 2018
Previously, when the user zooms in or out, the linkgraph overlay was recalculated before the zoom. This caused some stations and edges to be missing from the visible region of the viewport.
btzy
added a commit
to btzy/OpenTTD
that referenced
this issue
Jan 1, 2019
Previously, when the user zooms in or out, the linkgraph overlay was recalculated before the zoom. This caused some stations and edges to be missing from the visible region of the viewport. Also used LINKGRAPH_DELAY when zooming, for consistency with scrolling and resizing.
PeterN
added a commit
to PeterN/OpenTTD
that referenced
this issue
Feb 23, 2019
Previously the linkgraph was rebuilt before the viewport extents were finalized.
nielsmh
pushed a commit
to nielsmh/OpenTTD
that referenced
this issue
Mar 11, 2019
…l. (OpenTTD#7265) Previously the linkgraph was rebuilt before the viewport extents were finalized.
douiwby
pushed a commit
to douiwby/OpenTTD
that referenced
this issue
Apr 16, 2020
…l. (OpenTTD#7265) Previously the linkgraph was rebuilt before the viewport extents were finalized.
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Tested using the current source code on the master branch, with 64-bit Windows 10, compiled with Visual Studio 2017 with all the default options. This bug also exists in the official v1.8.0 binaries.
To reproduce:
Flardinghead Transport, Feb 16th, 1975.zip
There is a bus route: Runnbury <--> Flardinghead <--> Grudinghattan
Expected behaviour: Step 4 should draw the edge from Flardinghead to Grudinghattan immediately, instead of after around 5 seconds.
Sometimes, the edge is drawn immediately; in that case, just retry by going to step 3 and continuing from there. More often than not, the edge from Flardinghead to Grudinghattan will not be drawn.
The text was updated successfully, but these errors were encountered: