1
0
Fork 0
mirror of https://github.com/luanti-org/luanti.git synced 2025-06-27 16:36:03 +00: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
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

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