[gnome-calendar/gnome-3-24] window: show quick add popover with a nice animation
- From: Georges Basile Stavracas Neto <gbsneto src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-calendar/gnome-3-24] window: show quick add popover with a nice animation
- Date: Sat, 25 Mar 2017 20:46:40 +0000 (UTC)
commit 28d9fe4d454a8bb1666c0fb642278587378bf78f
Author: Georges Basile Stavracas Neto <georges stavracas gmail com>
Date: Sat Mar 25 17:45:12 2017 -0300
window: show quick add popover with a nice animation
Instead of plain show and hide it, let's add a smooth
animation.
src/gcal-window.c | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
---
diff --git a/src/gcal-window.c b/src/gcal-window.c
index 16f3467..066f742 100644
--- a/src/gcal-window.c
+++ b/src/gcal-window.c
@@ -691,7 +691,7 @@ show_new_event_widget (GcalView *view,
rect.height = 1;
gtk_popover_set_pointing_to (GTK_POPOVER (window->quick_add_popover), &rect);
- gtk_widget_show (window->quick_add_popover);
+ gtk_popover_popup (GTK_POPOVER (window->quick_add_popover));
GCAL_EXIT;
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]