1
0
mirror of https://github.com/luanti-org/luanti.git synced 2025-10-13 08:35:20 +02:00

Fix table[] focus regression from f4285a5 (#16136)

This commit is contained in:
Lars Müller
2025-05-14 13:25:32 +02:00
committed by GitHub
parent 959a8b5b8b
commit 600763dffc

View File

@@ -32,7 +32,7 @@ GUITable::GUITable(gui::IGUIEnvironment *env,
core::rect<s32> rectangle,
ISimpleTextureSource *tsrc
):
gui::IGUIElement(gui::EGUIET_ELEMENT, env, parent, id, rectangle),
gui::IGUIElement(gui::EGUIET_TABLE, env, parent, id, rectangle),
m_tsrc(tsrc)
{
assert(tsrc != NULL);