diff options
Diffstat (limited to 'perl-install/install/gtk.pm')
-rw-r--r-- | perl-install/install/gtk.pm | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/perl-install/install/gtk.pm b/perl-install/install/gtk.pm index 28b0ec6f8..eb80cb083 100644 --- a/perl-install/install/gtk.pm +++ b/perl-install/install/gtk.pm @@ -161,9 +161,6 @@ sub create_steps_window { ); $root_window->show_all; - - # hide default selection since its position is bogus: - $o->{steps_widget}->hide_selection; } sub update_steps_position { |