gnome-games r8144 - trunk/aisleriot



Author: jclinton
Date: Tue Oct 21 19:44:58 2008
New Revision: 8144
URL: http://svn.gnome.org/viewvc/gnome-games?rev=8144&view=rev

Log:
Raise the moving group after changing its position so that it will
always be above the highlighted slot.

Modified:
   trunk/aisleriot/board.c

Modified: trunk/aisleriot/board.c
==============================================================================
--- trunk/aisleriot/board.c	(original)
+++ trunk/aisleriot/board.c	Tue Oct 21 19:44:58 2008
@@ -2910,6 +2910,7 @@
     highlight_drop_target (board, slot);
 
     clutter_actor_set_position (priv->moving_cards_group, x, y);
+    clutter_actor_raise_top (priv->moving_cards_group);
 
     set_cursor (board, CURSOR_CLOSED);
   } else if (priv->click_status == STATUS_MAYBE_DRAG &&



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]