Fix 1866422: the polygon tool was broken by r1230. This fixes it.
[synfig.git] / synfig-studio / trunk / src / gtkmm / state_polygon.cpp
index 09caf4f..3d0dd01 100644 (file)
@@ -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();