1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-08-06 17:41:04 +00:00

Formspec: Fix incorrect cell size when using non-default fonts (#16178)

This commit is contained in:
SmallJoker 2025-05-27 18:47:41 +02:00 committed by GitHub
parent da7897a822
commit 94a9b94baf
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
2 changed files with 6 additions and 6 deletions

View file

@ -85,7 +85,7 @@ public:
void setTextList(const std::vector<std::string> &content,
bool transparent);
/* Set generic table options, columns and content */
/** Set generic table options, columns and content, calculate cell sizes */
// Adds empty strings to end of content if there is an incomplete row
void setTable(const TableOptions &options,
const TableColumns &columns,