Debug: Add auto-refresh functionality to the debug window

This commit is contained in:
Jonathan G Rennison
2020-12-24 19:43:41 +00:00
parent c82f31bf03
commit 3ea0ffa46b
3 changed files with 19 additions and 0 deletions

View File

@@ -19,6 +19,7 @@ enum NewGRFInspectWidgets {
WID_NGRFI_VEH_CHAIN, ///< Display for vehicle chain.
WID_NGRFI_MAINPANEL, ///< Panel widget containing the actual data.
WID_NGRFI_SCROLLBAR, ///< Scrollbar.
WID_NGRFI_REFRESH, ///< Refresh toggle.
};
/** Widgets of the #SpriteAlignerWindow class. */