ViewVC Help
View File | Revision Log | Show Annotations | Download File
/cvs/deliantra/Deliantra-Client/DC/UI.pm
(Generate patch)

Comparing deliantra/Deliantra-Client/DC/UI.pm (file contents):
Revision 1.43 by root, Sun Apr 9 22:12:11 2006 UTC vs.
Revision 1.44 by root, Sun Apr 9 22:17:40 2006 UTC

180 my ($self, $x, $y) = @_; 180 my ($self, $x, $y) = @_;
181 181
182 my $res; 182 my $res;
183 183
184 for (@{ $self->{children} }) { 184 for (@{ $self->{children} }) {
185 $res = $_->find_widget ($x, $y) 185 $res = $_->find_widget ($x - $self->{x}, $y - $self->{y})
186 and return $res; 186 and return $res;
187 } 187 }
188 188
189 () 189 ()
190} 190}

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines