1
0
Fork 0

Changed rule violation window default focus

master
Mateusz Pawlica vor 9 Jahren
Ursprung 27f7871a08
Commit af0819f454

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

Laden…
Abbrechen
Speichern