On 04/29/2014 11:21 AM, Gerd Hoffmann wrote: > The vte widget implements the scrollable interface, placing it into > a scrolled window is pointless and creates a bunch of strange effects. > Zap it. > > Signed-off-by: Gerd Hoffmann <kra...@redhat.com> > --- > ui/gtk.c | 19 ++----------------- > 1 file changed, 2 insertions(+), 17 deletions(-) >
I came to the same discovery yesterday and came up with a similar patch :) But mine added an explicit standalone scrollbar widget as well. I'll rebase that bit on top of this series and send in a bit. Regardless: Reviewed-by: Cole Robinson <crobi...@redhat.com> Tested-by: Cole Robinson <crobi...@redhat.com> - Cole