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.481 by root, Tue Oct 12 05:11:38 2010 UTC vs.
Revision 1.482 by root, Sat Aug 13 23:18:19 2011 UTC

2 2
3use common::sense; 3use common::sense;
4 4
5use List::Util (); 5use List::Util ();
6 6
7use AnyEvent ();
7use Guard (); 8use Guard ();
8 9
9use DC; 10use DC;
10use DC::Pod; 11use DC::Pod;
11use DC::Texture; 12use DC::Texture;
4292 $self 4293 $self
4293} 4294}
4294 4295
4295sub reorder { 4296sub reorder {
4296 my ($self) = @_; 4297 my ($self) = @_;
4297 my $NOW = EV::time; 4298 my $NOW = AE::time;
4298 4299
4299 # freeze display when hovering over any label 4300 # freeze display when hovering over any label
4300 return if $DC::UI::TOOLTIP->{owner} 4301 return if $DC::UI::TOOLTIP->{owner}
4301 && grep $DC::UI::TOOLTIP->{owner} == $_->{label}, 4302 && grep $DC::UI::TOOLTIP->{owner} == $_->{label},
4302 values %{ $self->{item} }; 4303 values %{ $self->{item} };

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines