# File widget.rb, line 251
def
unstickFocus
if
hasStickyFocus?
$window
.
setStickyFocus
(
nil
)
end
end