--- deliantra/Deliantra-Client/DC/UI.pm 2006/04/24 11:45:17 1.170 +++ deliantra/Deliantra-Client/DC/UI.pm 2006/04/24 11:54:26 1.171 @@ -1829,8 +1829,9 @@ my ($class, %arg) = @_; my $self = $class->SUPER::new ( - tooltip => $arg{type}, - can_hover => 1, + tooltip => $arg{type}, + can_hover => 1, + can_events => 1, %arg, );