diff options
author | Thomas Backlund <tmb@mageia.org> | 2015-03-20 22:30:36 +0159 |
---|---|---|
committer | Thomas Backlund <tmb@mageia.org> | 2015-03-20 22:30:36 +0159 |
commit | 8f16c5d8220e5d9b7bb2e5439061752eea348d76 (patch) | |
tree | 4eec134330f11bd859019ff9fb0de1d8ea733b90 /perl-install | |
parent | 639429951345886de94d497a3076e0e0966e4636 (diff) | |
download | drakx-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)
Diffstat (limited to 'perl-install')
-rw-r--r-- | perl-install/install/steps_gtk.pm | 1 |
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; |