27 lines
958 B
Diff
27 lines
958 B
Diff
From d6c5b1e9965768ad009addebbf2e5e05de2b5a7d Mon Sep 17 00:00:00 2001
|
|
From: yangchenguang <yangchenguang@kylinsec.com.cn>
|
|
Date: Thu, 13 Apr 2023 11:23:25 +0800
|
|
Subject: [PATCH 4/4] fix(*): the problem that the prompt information of netwo
|
|
|
|
Signed-off-by: yangchenguang <yangchenguang@kylinsec.com.cn>
|
|
---
|
|
gtk/gtktooltip.c | 2 +-
|
|
1 file changed, 1 insertion(+), 1 deletion(-)
|
|
|
|
diff --git a/gtk/gtktooltip.c b/gtk/gtktooltip.c
|
|
index 9917d93..6592dd1 100644
|
|
--- a/gtk/gtktooltip.c
|
|
+++ b/gtk/gtktooltip.c
|
|
@@ -962,7 +962,7 @@ gtk_tooltip_position (GtkTooltip *tooltip,
|
|
&anchor_rect,
|
|
GDK_GRAVITY_SOUTH,
|
|
GDK_GRAVITY_NORTH,
|
|
- GDK_ANCHOR_FLIP_Y | GDK_ANCHOR_SLIDE_X,
|
|
+ GDK_ANCHOR_FLIP_Y | GDK_ANCHOR_SLIDE,
|
|
rect_anchor_dx, 0);
|
|
gtk_widget_show (GTK_WIDGET (tooltip->current_window));
|
|
}
|
|
--
|
|
2.33.0
|
|
|