File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -367,13 +367,13 @@ <h2 class="platform-title">Windows Cursors</h2>
367367 name : "tahoe_zoom_in" ,
368368 hash : "e539c32a13a6b2caf0e0a991a21d31f8d16cb9feee61fb4efc27a21d6dd6a177" ,
369369 svg : "assets/mac/tahoe/zoom-in.svg" ,
370- hotspot : [ 0.51 , 0.49 ] ,
370+ hotspot : [ 0.548 , 0.544 ] ,
371371 } ,
372372 {
373373 name : "tahoe_zoom_out" ,
374374 hash : "d2324ade560f68ce638bb2fd98e9ba2f08d219593afab6b94fb647b1c243d049" ,
375375 svg : "assets/mac/tahoe/zoom-out.svg" ,
376- hotspot : [ 0.51 , 0.49 ] ,
376+ hotspot : [ 0.551 , 0.544 ] ,
377377 } ,
378378 ] ,
379379 windows : [
Original file line number Diff line number Diff line change @@ -156,6 +156,7 @@ impl CursorShapeMacOS {
156156 raw : include_str ! ( "../assets/mac/tahoe/crosshair.svg" ) ,
157157 hotspot : ( 0.52 , 0.51 ) ,
158158 } ,
159+ Self :: TahoeDisappearingItem => return None ,
159160 Self :: TahoeDragCopy => ResolvedCursor {
160161 raw : include_str ! ( "../assets/mac/drag_copy.svg" ) ,
161162 hotspot : ( 0.255 , 0.1 ) ,
You can’t perform that action at this time.
0 commit comments