summaryrefslogtreecommitdiff
path: root/src/order_gui.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/order_gui.cpp')
-rw-r--r--src/order_gui.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/order_gui.cpp b/src/order_gui.cpp
index b4b9d5bb0..8a9472ea6 100644
--- a/src/order_gui.cpp
+++ b/src/order_gui.cpp
@@ -280,7 +280,7 @@ void DrawOrderString(const Vehicle *v, const Order *order, int order_index, int
}
SetDParam(0, order_index + 1);
- DrawStringTruncated(2, y, str, selected ? TC_WHITE : TC_BLACK, width);
+ DrawString(2, width + 2, y, str, selected ? TC_WHITE : TC_BLACK);
}