banshee r4240 - in trunk/banshee: . src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView



Author: gburt
Date: Tue Jul 22 21:06:03 2008
New Revision: 4240
URL: http://svn.gnome.org/viewvc/banshee?rev=4240&view=rev

Log:
2008-07-22  Gabriel Burt  <gabriel burt gmail com>

	* src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs:
	Fix glitch where the resize cursor would flash away when you actually
	pressed the mouse button, but then come back when you started moving.


Modified:
   trunk/banshee/ChangeLog
   trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs

Modified: trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs
==============================================================================
--- trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs	(original)
+++ trunk/banshee/src/Libraries/Hyena.Gui/Hyena.Data.Gui/ListView/ListView_Interaction.cs	Tue Jul 22 21:06:03 2008
@@ -585,7 +585,6 @@
         
         protected override bool OnLeaveNotifyEvent (Gdk.EventCrossing evnt)
         {
-            GdkWindow.Cursor = null;
             if (evnt.Mode == Gdk.CrossingMode.Normal) {
                 ProxyEventToCell (evnt, false);
             }



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