mirror of
https://github.com/luanti-org/luanti.git
synced 2025-07-27 17:28:41 +00:00
Don't recalculate statustext initial color everytime & review fixes
This commit is contained in:
parent
f40f4143df
commit
9146c6a50f
6 changed files with 24 additions and 21 deletions
|
@ -92,7 +92,8 @@ namespace gui
|
|||
s32 id = -1,
|
||||
bool fillBackground = false)
|
||||
{
|
||||
return add(guienv, EnrichedString(text), rectangle, border, wordWrap, parent, id, fillBackground);
|
||||
return add(guienv, EnrichedString(text), rectangle, border, wordWrap, parent,
|
||||
id, fillBackground);
|
||||
}
|
||||
|
||||
//! draws the element and its children
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue