parent
74d3214f74
commit
b72c1d2921
|
@ -789,7 +789,7 @@ function onClickIgnoreButton()
|
|||
local selection = ignoreListPanel:getFocusedChild()
|
||||
if selection then
|
||||
ignoreListPanel:removeChild(selection)
|
||||
selection:destroy()
|
||||
selection:destroy()
|
||||
end
|
||||
if ignoreListPanel:getChildCount() == 0 then
|
||||
removeButton:disable()
|
||||
|
|
Loading…
Reference in New Issue