Skip to content

Commit

Permalink
Fix atspi-common
Browse files Browse the repository at this point in the history
  • Loading branch information
mwcampbell committed Dec 13, 2024
1 parent 8134f05 commit d407734
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion platforms/atspi-common/src/node.rs
Original file line number Diff line number Diff line change
Expand Up @@ -421,7 +421,7 @@ impl NodeWrapper<'_> {
String::from(if self.0.is_clickable() { "click" } else { "" })
}

fn raw_bounds_and_transform(&self) -> (Option<Rect>, Affine) {
fn raw_bounds_and_transform(&self) -> (Option<&Rect>, Affine) {
let state = self.0;
(state.raw_bounds(), state.direct_transform())
}
Expand Down

0 comments on commit d407734

Please sign in to comment.