1
0
mirror of https://github.com/OpenTTD/OpenTTD.git synced 2025-08-19 12:39:11 +00:00

Feature: Button to open order window from VL_SHARED_ORDERS window

This commit is contained in:
Bernard Teo
2021-05-31 17:02:21 +08:00
committed by Patric Stout
parent 6a6dbbaad2
commit 20717ededf
3 changed files with 33 additions and 4 deletions

View File

@@ -61,7 +61,10 @@ enum VehicleDetailsWidgets {
/** Widgets of the #VehicleListWindow class. */
enum VehicleListWidgets {
WID_VL_CAPTION, ///< Caption of window.
WID_VL_CAPTION, ///< Caption of window (for non shared orders windows).
WID_VL_CAPTION_SHARED_ORDERS, ///< Caption of window (for shared orders windows).
WID_VL_CAPTION_SELECTION, ///< Selection for caption.
WID_VL_ORDER_VIEW, ///< Button to open order window (for shared orders windows).
WID_VL_GROUP_ORDER, ///< Group order.
WID_VL_GROUP_BY_PULLDOWN, ///< Group by dropdown list.
WID_VL_SORT_ORDER, ///< Sort order.