Skip to content

Commit

Permalink
Use queue_refresh for Widget_Keyframe_List
Browse files Browse the repository at this point in the history
  • Loading branch information
morevnaproject committed Apr 25, 2013
1 parent f23ac3e commit 0c5901c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion synfig-studio/src/gui/trees/layerparamtreestore.cpp
Expand Up @@ -568,7 +568,7 @@ LayerParamTreeStore::on_value_node_changed(synfig::ValueNode::Handle /*value_nod
void
LayerParamTreeStore::on_keyframe_changed(synfig::Keyframe /*keyframe*/)
{
refresh();
queue_refresh();
}

void
Expand Down
2 changes: 1 addition & 1 deletion synfig-studio/src/gui/widgets/widget_keyframe_list.cpp
Expand Up @@ -414,7 +414,7 @@ void
Widget_Keyframe_List::set_canvas_interface(etl::loose_handle<synfigapp::CanvasInterface> h)
{
canvas_interface_=h;
// Store the values used fomr the canvas interface.
// Store the values used from the canvas interface.
if (canvas_interface_)
{
set_fps(canvas_interface_->get_canvas()->rend_desc().get_frame_rate());
Expand Down

0 comments on commit 0c5901c

Please sign in to comment.