Skip to content

Commit

Permalink
Revert mouse event on layout (#750)
Browse files Browse the repository at this point in the history
* Back out "fix update views (#748)"

This backs out commit e8e283b.

* Back out "Update which views are hovered after every re-layout (#747)"

This backs out commit 0a18dcf.
  • Loading branch information
jrmoulton authored Feb 3, 2025
1 parent 07e1821 commit 03a9582
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions src/window_handle.rs
Original file line number Diff line number Diff line change
Expand Up @@ -771,10 +771,6 @@ impl WindowHandle {
if self.needs_layout() {
paint = true;
self.layout();
self.event(Event::PointerMove(PointerMoveEvent {
pos: self.cursor_position,
modifiers: self.modifiers,
}));
}

if self.app_state.request_compute_layout {
Expand Down

0 comments on commit 03a9582

Please sign in to comment.