summaryrefslogtreecommitdiff
path: root/src/graph_gui.cpp
diff options
context:
space:
mode:
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)
);