From 07a69b724748ed8f1166ece34e15aa387bb2f674 Mon Sep 17 00:00:00 2001 From: Benjamin Otte Date: Sun, 20 Mar 2016 05:32:35 +0100 Subject: [PATCH] gtk-demo: Fix copy/paste error http://www.viva64.com/en/b/0383/ --- demos/gtk-demo/offscreen_window2.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/demos/gtk-demo/offscreen_window2.c b/demos/gtk-demo/offscreen_window2.c index 5c16c4051a..a9d1687087 100644 --- a/demos/gtk-demo/offscreen_window2.c +++ b/demos/gtk-demo/offscreen_window2.c @@ -345,7 +345,7 @@ gtk_mirror_bin_get_preferred_height (GtkWidget *widget, gtk_mirror_bin_size_request (widget, &requisition); - *minimum = *natural = requisition.width; + *minimum = *natural = requisition.height; } static void