Skip to content
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

tile info doesn't work (r13031) #2003

Closed
DorpsGek opened this issue May 10, 2008 · 2 comments
Closed

tile info doesn't work (r13031) #2003

DorpsGek opened this issue May 10, 2008 · 2 comments
Labels
flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)

Comments

@DorpsGek
Copy link
Member

planetmaker opened the ticket and wrote:

Somewhere between r13016 and r13031 the tile info tool (question mark to the right in the toolbar) doesn't produce any information anymore. Tested on MacOS-X 10.4.11.

Reproduce: start new game and try to query an arbitrary tile.

Reported version: trunk
Operating system: All


This issue was imported from FlySpray: https://bugs.openttd.org/task/2003
@DorpsGek
Copy link
Member Author

SmatZ wrote:

Following fixes it: (oops, pressed wrong button and I can't upload file anymore)

Index: src/misc_gui.cpp

--- src/misc_gui.cpp (revision 13031)
+++ src/misc_gui.cpp (working copy)
@@ -80,7 +80,7 @@
public:
char landinfo_data[LAND_INFO_LINES][LAND_INFO_LINE_BUFF_SIZE];

- virtual void HandlePaintEvent()
+ virtual void OnPaint()
{
DrawWindowWidgets(this);


This comment was imported from FlySpray: https://bugs.openttd.org/task/2003#comment4114

@DorpsGek
Copy link
Member Author

SmatZ closed the ticket.

Reason for closing: Fixed

r13033


This comment was imported from FlySpray: https://bugs.openttd.org/task/2003

@DorpsGek DorpsGek added Core flyspray This issue is imported from FlySpray (https://bugs.openttd.org/) labels Apr 6, 2018
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
flyspray This issue is imported from FlySpray (https://bugs.openttd.org/)
Projects
None yet
Development

No branches or pull requests

1 participant