Changed rule violation window default focus
This commit is contained in:
parent
27f7871a08
commit
af0819f454
|
@ -90,6 +90,7 @@ function show(target, statement)
|
|||
ruleViolationWindow:show()
|
||||
ruleViolationWindow:raise()
|
||||
ruleViolationWindow:focus()
|
||||
ruleViolationWindow:getChildById('commentText'):focus()
|
||||
end
|
||||
end
|
||||
|
||||
|
|
Loading…
Reference in New Issue