From: dooglus Date: Tue, 8 Jan 2008 08:56:36 +0000 (+0000) Subject: Fix 1866422: the polygon tool was broken by r1230. This fixes it. X-Git-Url: https://git.pterodactylus.net/?a=commitdiff_plain;h=3409ea1aa3496e7eb17c98db520df138de76b54d;p=synfig.git Fix 1866422: the polygon tool was broken by r1230. This fixes it. git-svn-id: http://svn.voria.com/code@1293 1f10aa63-cdf2-0310-b900-c93c546f37ac --- diff --git a/synfig-studio/trunk/src/gtkmm/state_polygon.cpp b/synfig-studio/trunk/src/gtkmm/state_polygon.cpp index 09caf4f..3d0dd01 100644 --- a/synfig-studio/trunk/src/gtkmm/state_polygon.cpp +++ b/synfig-studio/trunk/src/gtkmm/state_polygon.cpp @@ -385,6 +385,7 @@ StatePolygon_Context::run() action->set_param("canvas_interface",get_canvas_interface()); action->set_param("value_desc",value_desc); action->set_param("type","dynamic_list"); + action->set_param("time",get_canvas_interface()->get_time()); if(!get_canvas_interface()->get_instance()->perform_action(action)) { group.cancel();