Changeset - r12588:2af8a297323e
[Not reviewed]
master
0 1 0
rubidium - 15 years ago 2009-08-02 16:45:53
rubidium@openttd.org
(svn r17041) -Fix [FS#3083] (r14735): graphical glitch with graph key
1 file changed with 1 insertions and 1 deletions:
0 comments (0 inline, 0 general)
src/graph_gui.cpp
Show inline comments
 
@@ -145,7 +145,7 @@ static const NWidgetPart _nested_graph_l
 
};
 

	
 
static const WindowDesc _graph_legend_desc(
 
	WDP_AUTO, WDP_AUTO, 250, 198, 250, 198,
 
	WDP_AUTO, WDP_AUTO, 250, 196, 250, 196,
 
	WC_GRAPH_LEGEND, WC_NONE,
 
	WDF_STD_TOOLTIPS | WDF_STD_BTN | WDF_DEF_WIDGET,
 
	_graph_legend_widgets, _nested_graph_legend_widgets, lengthof(_nested_graph_legend_widgets)
0 comments (0 inline, 0 general)