--- deliantra/Deliantra-Client/DC/UI.pm 2006/04/28 05:17:21 1.179 +++ deliantra/Deliantra-Client/DC/UI.pm 2006/04/28 18:06:12 1.180 @@ -2616,10 +2616,10 @@ $hb->add (my $f = new CFClient::UI::Face can_events => 0, - face => $item->{face}, - anim => $item->{anim}, - animspeed => $item->{animspeed}, - expand => 1 + face => $item->{face}, + anim => $item->{anim}, + animspeed => $item->{animspeed}, + expand => 1, ); $hb->add (new CFClient::UI::Label text => $desc, expand => 1); } @@ -2627,8 +2627,8 @@ $self->{max_pos} = (scalar @items) - 1; my $range = $self->{range}; - my $page = $self->{h} / 32; # waht information souce to use for face size? - # it should be configurable i guess... + my $page = $self->{h} / 32; # what information source to use for face size? + # it should be configurable I guess... $range->{range} = [$self->{pos}, 0, $self->{max_pos}, $page]; $range->update; } @@ -2670,7 +2670,6 @@ if ($hrem >= $chld->{h}) { $chld->configure (0, $y, $chld->{w}, $chld->{h}); - $chld->show; $chld->draw; $hrem -= $chld->{h};