Re: [Qemu-devel] [PATCH 1/3] gtk: zap scrolled_window

2014-04-29 Thread Cole Robinson
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 > --- > ui/gtk.c | 19 ++- > 1 file changed, 2 in

[Qemu-devel] [PATCH 1/3] gtk: zap scrolled_window

2014-04-29 Thread Gerd Hoffmann
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 --- ui/gtk.c | 19 ++- 1 file changed, 2 insertions(+), 17 deletions(-) diff --git a/ui/gtk.c b/ui/gtk.