gtk-engines r1309 - in trunk: . engines/clearlooks/src



Author: bberg
Date: Sun Feb 15 16:03:56 2009
New Revision: 1309
URL: http://svn.gnome.org/viewvc/gtk-engines?rev=1309&view=rev

Log:
2009-02-15  Benjamin Berg  <benjamin sipsolutions net>

	* engines/clearlooks/src/clearlooks_style.c:
	(clearlooks_style_draw_focus):
	Draw a "label" focus for expanders. (bug #571835, Till Berger)


Modified:
   trunk/ChangeLog
   trunk/engines/clearlooks/src/clearlooks_style.c

Modified: trunk/engines/clearlooks/src/clearlooks_style.c
==============================================================================
--- trunk/engines/clearlooks/src/clearlooks_style.c	(original)
+++ trunk/engines/clearlooks/src/clearlooks_style.c	Sun Feb 15 16:03:56 2009
@@ -1550,7 +1550,7 @@
 		else
 			focus.type = CL_FOCUS_COLOR_WHEEL_LIGHT;
 	}
-	else if (DETAIL("checkbutton") || DETAIL("radiobutton"))
+	else if (DETAIL("checkbutton") || DETAIL("radiobutton") || DETAIL("expander"))
 	{
 		focus.type = CL_FOCUS_LABEL; /* Let's call it "LABEL" :) */
 	}



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