From: mderezynski Date: Mon, 22 May 2006 09:06:31 +0000 (+0000) Subject: * Re-add pointer/keyb grabbing for font list popdown in the text toolbar (was tempora... X-Git-Url: https://git.tokkee.org/?a=commitdiff_plain;h=7d91f67445d3d6294c657413a358167810ca3982;p=inkscape.git * Re-add pointer/keyb grabbing for font list popdown in the text toolbar (was temporarily disabled for testing, or i just accidentally commited it that way) --- diff --git a/src/widgets/toolbox.cpp b/src/widgets/toolbox.cpp index f8f2f611d..cbccf9294 100644 --- a/src/widgets/toolbox.cpp +++ b/src/widgets/toolbox.cpp @@ -3212,7 +3212,6 @@ namespace { gtk_window_move (GTK_WINDOW (popdown), x, y + widget->allocation.height + 2); //2px of grace space gtk_widget_show_all (popdown); -#if 0 gdk_pointer_grab (widget->window, TRUE, GdkEventMask (GDK_BUTTON_PRESS_MASK | GDK_BUTTON_RELEASE_MASK | GDK_ENTER_NOTIFY_MASK | GDK_LEAVE_NOTIFY_MASK | @@ -3220,7 +3219,6 @@ namespace { NULL, NULL, GDK_CURRENT_TIME); gdk_keyboard_grab (widget->window, TRUE, GDK_CURRENT_TIME); -#endif visible = true; }