[Bf-blender-cvs] SVN commit: /data/svn/bf-blender [60103] branches/soc-2013-ui_replay/source /blender/editors/screen/area.c: Incorrectly restored UI_EMBOSS, which caused the pullout buttons on areas to be drawn incorrectly.

Vincent Akkermans vincent at ack-err.net
Fri Sep 13 13:48:49 CEST 2013


Revision: 60103
          http://projects.blender.org/scm/viewvc.php?view=rev&root=bf-blender&revision=60103
Author:   ack-err
Date:     2013-09-13 11:48:48 +0000 (Fri, 13 Sep 2013)
Log Message:
-----------
Incorrectly restored UI_EMBOSS, which caused the pullout buttons on areas to be drawn incorrectly.

Modified Paths:
--------------
    branches/soc-2013-ui_replay/source/blender/editors/screen/area.c

Modified: branches/soc-2013-ui_replay/source/blender/editors/screen/area.c
===================================================================
--- branches/soc-2013-ui_replay/source/blender/editors/screen/area.c	2013-09-13 10:26:20 UTC (rev 60102)
+++ branches/soc-2013-ui_replay/source/blender/editors/screen/area.c	2013-09-13 11:48:48 UTC (rev 60103)
@@ -1597,8 +1597,6 @@
 	}
 
 	uiButClearFlag(but, UI_BUT_UNDO); /* skip undo on screen buttons */
-
-	uiBlockSetEmboss(block, UI_EMBOSS);
 	
 	return xco + U.widget_unit;
 }




More information about the Bf-blender-cvs mailing list