Changed rule violation window default focus

This commit is contained in:
Mateusz Pawlica 2015-01-31 22:31:58 +01:00
parent 27f7871a08
commit af0819f454
1 changed files with 1 additions and 0 deletions

View File

@ -90,6 +90,7 @@ function show(target, statement)
ruleViolationWindow:show() ruleViolationWindow:show()
ruleViolationWindow:raise() ruleViolationWindow:raise()
ruleViolationWindow:focus() ruleViolationWindow:focus()
ruleViolationWindow:getChildById('commentText'):focus()
end end
end end