summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorTimm Bäder <mail@baedert.org>2019-01-13 05:28:44 +0100
committerTimm Bäder <mail@baedert.org>2019-01-13 08:23:25 +0100
commit4dc8ab58a386eac7f77df1ef22ad176425a909ed (patch)
treeee80d261cfb4d5ca0c2aa8113d239936614135d5 /tests
parent5680393f9d966e15b3a3390695514462f7a9731d (diff)
downloadgtk+-4dc8ab58a386eac7f77df1ef22ad176425a909ed.tar.gz
testoverlay: Re-enable blurring
Accidentally disabled in 8b14c8d0a820e6617bd72a39a53d2ae6fa7b242b
Diffstat (limited to 'tests')
-rw-r--r--tests/testoverlay.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/tests/testoverlay.c b/tests/testoverlay.c
index 67042cce5a..6e5634f7ef 100644
--- a/tests/testoverlay.c
+++ b/tests/testoverlay.c
@@ -566,7 +566,7 @@ test_effect (void)
gtk_widget_set_valign (button, GTK_ALIGN_START);
gtk_overlay_add_overlay (GTK_OVERLAY (overlay), button);
- /*gtk_container_child_set (GTK_CONTAINER (overlay), button, "blur", 5.0, NULL);*/
+ gtk_container_child_set (GTK_CONTAINER (overlay), button, "blur", 5.0, NULL);
button = gtk_button_new_with_label ("Maybe this one?");
label = gtk_bin_get_child (GTK_BIN (button));
@@ -577,7 +577,7 @@ test_effect (void)
gtk_widget_set_valign (button, GTK_ALIGN_END);
gtk_overlay_add_overlay (GTK_OVERLAY (overlay), button);
- /*gtk_container_child_set (GTK_CONTAINER (overlay), button, "blur", 5.0, NULL);*/
+ gtk_container_child_set (GTK_CONTAINER (overlay), button, "blur", 5.0, NULL);
sw = gtk_scrolled_window_new (NULL, NULL);
sw = gtk_scrolled_window_new (NULL, NULL);