mirror of
https://github.com/GraphiteEditor/Graphite.git
synced 2026-09-23 06:38:12 +08:00
Add rotation custom cursor icon for the transform cage
This commit is contained in:
@@ -333,7 +333,7 @@ impl BoundingBoxOverlays {
|
||||
_ => MouseCursorIcon::Default,
|
||||
}
|
||||
} else if rotate && self.check_rotate(input.mouse.position) {
|
||||
MouseCursorIcon::Grabbing
|
||||
MouseCursorIcon::Rotate
|
||||
} else {
|
||||
MouseCursorIcon::Default
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user