[gnome-games/wip/exalm/gtk4: 231/238] a
- From: Alexander Mikhaylenko <alexm src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-games/wip/exalm/gtk4: 231/238] a
- Date: Mon, 19 Aug 2019 20:35:51 +0000 (UTC)
commit 608c582401e60c1ddb512335fc1c9b0f2e1da78c
Author: Alexander Mikhaylenko <exalm7659 gmail com>
Date: Mon Aug 19 20:26:55 2019 +0500
a
src/ui/fullscreen-box.vala | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/ui/fullscreen-box.vala b/src/ui/fullscreen-box.vala
index 53161cd7..5880425c 100644
--- a/src/ui/fullscreen-box.vala
+++ b/src/ui/fullscreen-box.vala
@@ -113,7 +113,7 @@ private class Games.FullscreenBox : Gtk.Bin, Gtk.Buildable {
if (!autohide)
return;
- if (event.y_root <= SHOW_HEADERBAR_DISTANCE)
+ if (y <= SHOW_HEADERBAR_DISTANCE)
show_ui ();
on_cursor_moved ();
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]