mirror of
https://github.com/minetest/minetest.git
synced 2024-11-27 01:53:45 +01:00
Fix item tooltip background color not working
This commit is contained in:
parent
55dba1bc6d
commit
09d7fbd645
@ -3718,7 +3718,8 @@ void GUIFormSpecMenu::showTooltip(const std::wstring &text,
|
|||||||
{
|
{
|
||||||
EnrichedString ntext(text);
|
EnrichedString ntext(text);
|
||||||
ntext.setDefaultColor(color);
|
ntext.setDefaultColor(color);
|
||||||
ntext.setBackground(bgcolor);
|
if (!ntext.hasBackground())
|
||||||
|
ntext.setBackground(bgcolor);
|
||||||
|
|
||||||
setStaticText(m_tooltip_element, ntext);
|
setStaticText(m_tooltip_element, ntext);
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user