Revision: 21418
          
http://projects.blender.org/plugins/scmsvn/viewcvs.php?view=rev&root=bf-blender&revision=21418
Author:   joeedh
Date:     2009-07-08 09:02:59 +0200 (Wed, 08 Jul 2009)

Log Message:
-----------
trunk bugfix: added missing undo push.

Modified Paths:
--------------
    trunk/blender/source/blender/src/editaction.c

Modified: trunk/blender/source/blender/src/editaction.c
===================================================================
--- trunk/blender/source/blender/src/editaction.c       2009-07-08 06:32:52 UTC 
(rev 21417)
+++ trunk/blender/source/blender/src/editaction.c       2009-07-08 07:02:59 UTC 
(rev 21418)
@@ -2558,6 +2558,8 @@
                        else gpl->flag &= ~GP_LAYER_LOCKED;
                }
                
+               BIF_undo_push("Channel Properties");
+
         allqueue(REDRAWACTION, 0);
                allspace(REMAKEIPO, 0);
                allqueue(REDRAWIPO, 0);


_______________________________________________
Bf-blender-cvs mailing list
[email protected]
http://lists.blender.org/mailman/listinfo/bf-blender-cvs

Reply via email to