diff options
Diffstat (limited to 'perl-install/mygtk2.pm')
-rw-r--r-- | perl-install/mygtk2.pm | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/mygtk2.pm b/perl-install/mygtk2.pm index c37073cdd..3af95ab1e 100644 --- a/perl-install/mygtk2.pm +++ b/perl-install/mygtk2.pm @@ -659,8 +659,8 @@ sub _gtk__MDV_Notebook { my $filler = gtknew('Image', file => 'left-background-filler.png'); my $filler_height = $filler->get_pixbuf->get_height; my $left_background = gtknew('Image', file => 'left-background.png'); - my $right_background = gtknew('Image', file => "right-white-background_left_part$suffix", flip => $is_flip_needed); my $lf_height = $left_background->get_pixbuf->get_height; + my $right_background = gtknew('Image', file => "right-white-background_left_part$suffix", flip => $is_flip_needed); my $width1 = $left_background->get_pixbuf->get_width; my $total_width = $width1 + $right_background->get_pixbuf->get_width; my $arrow_x = text_direction_rtl() ? $offset/2 -4 : $width1 - $offset -3; |