diff options
Diffstat (limited to 'src')
| -rw-r--r-- | src/gtkutil.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/gtkutil.c b/src/gtkutil.c index 8cc523649d9..69325ff00af 100644 --- a/src/gtkutil.c +++ b/src/gtkutil.c | |||
| @@ -764,7 +764,7 @@ xg_show_tooltip (struct frame *f, int root_x, int root_y) | |||
| 764 | block_input (); | 764 | block_input (); |
| 765 | gtk_window_move (x->ttip_window, root_x / xg_get_scale (f), | 765 | gtk_window_move (x->ttip_window, root_x / xg_get_scale (f), |
| 766 | root_y / xg_get_scale (f)); | 766 | root_y / xg_get_scale (f)); |
| 767 | gtk_widget_show_all (GTK_WIDGET (x->ttip_window)); | 767 | gtk_widget_show (GTK_WIDGET (x->ttip_window)); |
| 768 | unblock_input (); | 768 | unblock_input (); |
| 769 | } | 769 | } |
| 770 | #endif | 770 | #endif |