# File locana/l_button.rb, line 174
   def on_mouse_out(levent=nil, &block)
      return bind(:on_mouse_out, block) if (block)    # this necessary to support Blocks the same as Proc objects

      super
      toggle_highlight(false) if (self[:_button_is_active])
   end