diff options
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/mygtk2.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index b3d5eace6..852cd0a2c 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -684,6 +684,8 @@ sub _create_Window { $w->set_uposition(max(0, $::rootwidth - ($::windowwidth + $wi) / 2), max(0, $::logoheight + ($::windowheight - $he) / 2)); }); + #- without this, the focus is broken during install, though this is not needed during X test, why?? + $w->show; } $w; |