summaryrefslogtreecommitdiff
path: root/src/graph_gui.cpp
diff options
context:
space:
mode:
authorfrosch <frosch@openttd.org>2012-11-11 16:10:43 +0000
committerfrosch <frosch@openttd.org>2012-11-11 16:10:43 +0000
commit03736af2aee50db4e36c2cd9127085630f82cd4b (patch)
tree417a584e588daf08f7a9a4f00a5883c48d6fae8d /src/graph_gui.cpp
parentcd5525386519d878aade98c6708500f170c30e31 (diff)
downloadopenttd-03736af2aee50db4e36c2cd9127085630f82cd4b.tar.xz
(svn r24700) -Cleanup: Remove WDF_UNCLICK_BUTTONS and make it the default.
Diffstat (limited to 'src/graph_gui.cpp')
-rw-r--r--src/graph_gui.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/graph_gui.cpp b/src/graph_gui.cpp
index 5c6902511..0d87bba00 100644
--- a/src/graph_gui.cpp
+++ b/src/graph_gui.cpp
@@ -645,7 +645,7 @@ static const NWidgetPart _nested_operating_profit_widgets[] = {
static const WindowDesc _operating_profit_desc(
WDP_AUTO, 0, 0,
WC_OPERATING_PROFIT, WC_NONE,
- WDF_UNCLICK_BUTTONS,
+ 0,
_nested_operating_profit_widgets, lengthof(_nested_operating_profit_widgets)
);
@@ -695,7 +695,7 @@ static const NWidgetPart _nested_income_graph_widgets[] = {
static const WindowDesc _income_graph_desc(
WDP_AUTO, 0, 0,
WC_INCOME_GRAPH, WC_NONE,
- WDF_UNCLICK_BUTTONS,
+ 0,
_nested_income_graph_widgets, lengthof(_nested_income_graph_widgets)
);
@@ -743,7 +743,7 @@ static const NWidgetPart _nested_delivered_cargo_graph_widgets[] = {
static const WindowDesc _delivered_cargo_graph_desc(
WDP_AUTO, 0, 0,
WC_DELIVERED_CARGO, WC_NONE,
- WDF_UNCLICK_BUTTONS,
+ 0,
_nested_delivered_cargo_graph_widgets, lengthof(_nested_delivered_cargo_graph_widgets)
);
@@ -798,7 +798,7 @@ static const NWidgetPart _nested_performance_history_widgets[] = {
static const WindowDesc _performance_history_desc(
WDP_AUTO, 0, 0,
WC_PERFORMANCE_HISTORY, WC_NONE,
- WDF_UNCLICK_BUTTONS,
+ 0,
_nested_performance_history_widgets, lengthof(_nested_performance_history_widgets)
);
@@ -846,7 +846,7 @@ static const NWidgetPart _nested_company_value_graph_widgets[] = {
static const WindowDesc _company_value_graph_desc(
WDP_AUTO, 0, 0,
WC_COMPANY_VALUE, WC_NONE,
- WDF_UNCLICK_BUTTONS,
+ 0,
_nested_company_value_graph_widgets, lengthof(_nested_company_value_graph_widgets)
);
@@ -1076,7 +1076,7 @@ static const NWidgetPart _nested_cargo_payment_rates_widgets[] = {
static const WindowDesc _cargo_payment_rates_desc(
WDP_AUTO, 0, 0,
WC_PAYMENT_RATES, WC_NONE,
- WDF_UNCLICK_BUTTONS,
+ 0,
_nested_cargo_payment_rates_widgets, lengthof(_nested_cargo_payment_rates_widgets)
);