mirror of https://github.com/GNOME/gimp.git
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:
parent
db386eb361
commit
df3f7b01e6
|
@ -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;
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue