cursor-shape: implement v2
This commit is contained in:
parent
dbb55f10f0
commit
aa207ffe14
6 changed files with 17 additions and 2 deletions
|
|
@ -328,6 +328,8 @@ impl CursorUser {
|
|||
KnownCursor::AllScroll => &cursors.all_scroll,
|
||||
KnownCursor::ZoomIn => &cursors.zoom_in,
|
||||
KnownCursor::ZoomOut => &cursors.zoom_out,
|
||||
KnownCursor::DndAsk => &cursors.dnd_ask,
|
||||
KnownCursor::AllResize => &cursors.all_resize,
|
||||
};
|
||||
self.set_cursor2(Some(
|
||||
tpl.instantiate(&self.group.state, self.group.size.get()),
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue