--- deliantra/Deliantra-Client/DC/MapWidget.pm 2006/05/25 01:26:53 1.37 +++ deliantra/Deliantra-Client/DC/MapWidget.pm 2006/05/25 02:23:14 1.38 @@ -269,26 +269,26 @@ glEnd; glDisable GL_BLEND; - $self->{out_of_focus} ||= do { - my $label = new CFClient::UI::Label - x => 0, - y => 0, - z => 1, - ellipsise => 0, - text => "map out of focus (click map to play)"; - - $label->show; - $label->update; - - $CFClient::UI::ROOT->on_post_alloc ("$self$label" => sub { - $label->move ( - ($::WIDTH - $label->{w}) * 0.5, - ($::HEIGHT - $label->{h}) * 0.5, - ); - }); - - $label - }; +# $self->{out_of_focus} ||= do { +# my $label = new CFClient::UI::Label +# x => 0, +# y => 0, +# z => 1, +# ellipsise => 0, +# text => "map out of focus (click map to play)"; +# +# $label->show; +# $label->update; +# +# $CFClient::UI::ROOT->on_post_alloc ("$self$label" => sub { +# $label->move ( +# ($::WIDTH - $label->{w}) * 0.5, +# ($::HEIGHT - $label->{h}) * 0.5, +# ); +# }); +# +# $label +# }; } }