Add: Horizontal scroll for script debug log (#11597)

This commit is contained in:
Loïc Guilloux
2023-12-20 22:50:03 +01:00
committed by GitHub
parent 0ca4b4e146
commit 2d3af14181
3 changed files with 28 additions and 8 deletions

View File

@@ -32,6 +32,7 @@ namespace ScriptLogTypes {
struct LogLine {
std::string text; ///< The text
ScriptLogType type; ///< Text type
uint width; ///< The text width
};
/**