--- deliantra/Deliantra-Client/DC.pm 2006/06/07 23:30:25 1.92 +++ deliantra/Deliantra-Client/DC.pm 2006/06/28 09:45:10 1.94 @@ -294,7 +294,7 @@ $w = undef; } ); - $entry->focus_in; + $entry->grab_focus; $w->show; } @@ -459,7 +459,8 @@ my $w = new CFClient::UI::FancyFrame title => "Bind Action", x => "center", - y => "center"; + y => "center", + z => 1000; $w->add (my $vb = new CFClient::UI::VBox); $vb->add (new CFClient::UI::Label @@ -490,14 +491,14 @@ return; } - $entry->focus_out; + $entry->grab_focus; $cb->($mod, $sym); $w->destroy }); - $entry->focus_in; + $entry->grab_focus; $w->show; }