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.44 by root, Sun Apr 9 22:17:40 2006 UTC vs.
Revision 1.45 by root, Sun Apr 9 22:19:03 2006 UTC

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

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines