summaryrefslogtreecommitdiff
path: root/gtk/gtkscalebutton.c
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2011-12-18 14:28:01 -0500
committerMatthias Clasen <mclasen@redhat.com>2011-12-18 14:29:16 -0500
commit020c1846b750ffe56a83595919e88dd6b41bcece (patch)
tree45ac6faed0a05552b8bca2016615fb395f7ca310 /gtk/gtkscalebutton.c
parentc6df2828b7ca6b65b7ab3c328ebb96bd78c087ee (diff)
downloadgtk+-020c1846b750ffe56a83595919e88dd6b41bcece.tar.gz
Use the workarea when placing popups
This uses the new workarea API to avoid placing popups underneath panels, docks, etc.
Diffstat (limited to 'gtk/gtkscalebutton.c')
-rw-r--r--gtk/gtkscalebutton.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gtk/gtkscalebutton.c b/gtk/gtkscalebutton.c
index b6c10f4294..54765e66f8 100644
--- a/gtk/gtkscalebutton.c
+++ b/gtk/gtkscalebutton.c
@@ -985,7 +985,7 @@ gtk_scale_popup (GtkWidget *widget,
monitor = gdk_screen_get_monitor_at_point (screen,
button_event->x_root,
button_event->y_root);
- gdk_screen_get_monitor_geometry (screen, monitor, &rect);
+ gdk_screen_get_monitor_workarea (screen, monitor, &rect);
if (priv->orientation == GTK_ORIENTATION_VERTICAL)
y += button_event->y;