summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMichael Catanzaro <mcatanzaro@gnome.org>2021-03-09 12:43:06 -0600
committerMichael Catanzaro <mcatanzaro@gnome.org>2021-03-09 12:48:44 -0600
commitf7947dafc2d146a1be0ed288bca53531667c7c94 (patch)
tree51f6bb765386f70d902f7e7c37915839f940e196
parent8c786d148fd116f5815061c1597cf0983ad44e7a (diff)
downloadepiphany-mcatanzaro/floating-bar.tar.gz
Fix regression preventing clicking links beneath the floating barmcatanzaro/floating-bar
When the floating bar covers a link at the bottom of the page, I should be able to click the floating bar to click the link. This broke in !850. There is some visual glitchiness where the bar briefly appears on the left before being moved out of the way to the right, but I'm not sure how to fix that
-rw-r--r--embed/ephy-embed.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/embed/ephy-embed.c b/embed/ephy-embed.c
index 327156b34..b6c61d205 100644
--- a/embed/ephy-embed.c
+++ b/embed/ephy-embed.c
@@ -703,7 +703,7 @@ on_enter_notify_event (GtkWidget *widget,
gtk_widget_queue_allocate (embed->overlay);
- return GDK_EVENT_STOP;
+ return GDK_EVENT_PROPAGATE;
}
static void