fix bad use of gui.widgets.find()
the old code no longer works after 661fc1d8ef
This commit is contained in:
parent
35d6fcfd30
commit
21a1220273
1 changed files with 1 additions and 2 deletions
|
@ -75,8 +75,7 @@ local zombie_recruit_dialog = { maximum_height=676, minimum_height=608,
|
|||
}
|
||||
}
|
||||
|
||||
local function preshow()
|
||||
local dialog = gui.widget.find()
|
||||
local function preshow(dialog)
|
||||
|
||||
local function select()
|
||||
-- TODO: why not use unit_preview_pane widget ?
|
||||
|
|
Loading…
Add table
Reference in a new issue