app: add a canvas group for tool items
so we can control where in the canvas item stack they appear. Put the group right below the software cursor.
This commit is contained in:
@ -125,6 +125,7 @@ struct _GimpDisplayShell
|
||||
GimpCanvasItem *guides; /* item proxies of guides */
|
||||
GimpCanvasItem *sample_points; /* item proxies of sample points */
|
||||
GimpCanvasItem *layer_boundary; /* item for the layer boundary */
|
||||
GimpCanvasItem *tool_items; /* tools items, below the cursor */
|
||||
GimpCanvasItem *cursor; /* item for the software cursor */
|
||||
|
||||
guint title_idle_id; /* title update idle ID */
|
||||
|
Reference in New Issue
Block a user