app: store the snap offsets in GimpToolWidget
Rename gimp_tool_widget_snap_offsets() to set_snap_offsets(), and add gimp_tool_widget_get_snap_offsets(). Also rename gimp_tool_widget_status() to set_status(), and add new function and signal set_status_coords().
This commit is contained in:
@ -882,7 +882,7 @@ gimp_tool_handle_grid_hover (GimpToolWidget *widget,
|
||||
}
|
||||
}
|
||||
|
||||
gimp_tool_widget_status (widget, status);
|
||||
gimp_tool_widget_set_status (widget, status);
|
||||
g_free (status);
|
||||
|
||||
gimp_tool_handle_grid_update_hilight (grid);
|
||||
|
Reference in New Issue
Block a user