(svn r1901) - Fix: unwanted behaviour of the savegame dialog, as well as a bug with a sloppy termination of a string. When any editbox is open, scrolling is disabled. If any new types of editboxes come up, please use SET/CLRBIT of _no_scroll with its unique identifier (ttd.h)
This commit is contained in:
2
gui.h
2
gui.h
@@ -64,7 +64,7 @@ void PlaceProc_LevelLand(uint tile);
|
||||
void ShowTerraformToolbar(void);
|
||||
|
||||
/* misc_gui.c */
|
||||
VARDEF Window *_editbox_win; // pointer to querystringwindow to prevent scrolling when focussed
|
||||
|
||||
void PlaceLandBlockInfo(void);
|
||||
void ShowAboutWindow(void);
|
||||
void ShowBuildTreesToolbar(void);
|
||||
|
||||
Reference in New Issue
Block a user