summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorThomas Backlund <tmb@mageia.org>2015-03-20 22:30:36 +0159
committerThomas Backlund <tmb@mageia.org>2015-03-20 22:30:36 +0159
commit8f16c5d8220e5d9b7bb2e5439061752eea348d76 (patch)
tree4eec134330f11bd859019ff9fb0de1d8ea733b90
parent639429951345886de94d497a3076e0e0966e4636 (diff)
downloaddrakx-8f16c5d8220e5d9b7bb2e5439061752eea348d76.tar
drakx-8f16c5d8220e5d9b7bb2e5439061752eea348d76.tar.gz
drakx-8f16c5d8220e5d9b7bb2e5439061752eea348d76.tar.bz2
drakx-8f16c5d8220e5d9b7bb2e5439061752eea348d76.tar.xz
drakx-8f16c5d8220e5d9b7bb2e5439061752eea348d76.zip
- work around scrollbar issues during package install
(Martin Whitaker, mga#13894)
-rw-r--r--perl-install/install/steps_gtk.pm1
1 files changed, 1 insertions, 0 deletions
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;