Follow-up Comment #3, bug #18271 (project wesnoth):

Here's a minimized testcase
++
        local helper = wesnoth.require "lua/helper.lua"
        local T = helper.set_wml_tag_metatable {}
        local crash_dialog = {
                T.helptip { id="tooltip_large" }, -- mandatory field
                T.tooltip { id="tooltip_large" }, -- mandatory field
                T.grid {
                        T.row { T.column { T.textbox { id = "test_text_box" } } 
}
                }
        }
        wesnoth.show_dialog(crash_dialog)
--

    _______________________________________________________

Reply to this item at:

  <http://gna.org/bugs/?18271>

_______________________________________________
  Nachricht geschickt von/durch Gna!
  http://gna.org/


_______________________________________________
Wesnoth-bugs mailing list
[email protected]
https://mail.gna.org/listinfo/wesnoth-bugs

Reply via email to