From 8f16c5d8220e5d9b7bb2e5439061752eea348d76 Mon Sep 17 00:00:00 2001 From: Thomas Backlund Date: Fri, 20 Mar 2015 22:30:36 +0159 Subject: - work around scrollbar issues during package install (Martin Whitaker, mga#13894) --- perl-install/install/steps_gtk.pm | 1 + 1 file changed, 1 insertion(+) (limited to 'perl-install/install/steps_gtk.pm') diff --git a/perl-install/install/steps_gtk.pm b/perl-install/install/steps_gtk.pm index 4a86aafc1..90368bbee 100644 --- a/perl-install/install/steps_gtk.pm +++ b/perl-install/install/steps_gtk.pm @@ -643,6 +643,7 @@ sub installPackages { gtkval_modify(\$pkg_progress, 0); my $p = $packages->{depslist}[$id]; mygtk3::gtkadd($pkg_log_widget, text => sprintf("\n%s: %s", $p->name, translate($p->summary))); + $pkg_log_widget->{to_bottom}->('force'); $current_total_size += $last_size; $last_size = $p->size; -- cgit v1.2.1