Bug 751645 - tagbox dialog not showing lower tags

gimp_tag_popup_constructed(): calculate the height of the scrollable
area correctly.
This commit is contained in:
Michael Natterer 2015-07-04 14:04:35 +02:00
parent db386eb361
commit df3f7b01e6
1 changed files with 1 additions and 1 deletions

View File

@ -350,7 +350,7 @@ gimp_tag_popup_constructed (GObject *object)
popup_height -= 2 * popup->scroll_arrow_height + 4;
popup->scroll_height = height - popup_rect.height;
popup->scroll_height = height - popup_height;
popup->scroll_y = 0;
popup->scroll_step = 0;
}