Bug 770911 - Move tool should display relative coordinates in statusbar...
...when moving guides Show relative coordinates when moving guides and sample points, the cursor display in the statusbar already shows absolute coordinates.
This commit is contained in:
@ -38,6 +38,8 @@ struct _GimpSamplePointTool
|
||||
GimpDrawTool parent_instance;
|
||||
|
||||
GimpSamplePoint *sample_point;
|
||||
gint sample_point_old_x;
|
||||
gint sample_point_old_y;
|
||||
gint sample_point_x;
|
||||
gint sample_point_y;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user