Skip to content

Commit

Permalink
Fix ControlSetText error level
Browse files Browse the repository at this point in the history
  • Loading branch information
phil294 committed Aug 12, 2023
1 parent ac1ba97 commit 5aadcb1
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/cmd/x11/control/control-set-text.cr
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ class Cmd::X11::Mouse::ControlSetText < Cmd::Base
acc = at_spi.find_descendant(thread, win, class_nn_or_text)
if acc
at_spi.set_text(acc, new_text)
next true
end
false
end
Expand Down

0 comments on commit 5aadcb1

Please sign in to comment.