Skip to content
This repository has been archived by the owner on Jan 11, 2020. It is now read-only.

Commit

Permalink
Fixed missing view grab
Browse files Browse the repository at this point in the history
  • Loading branch information
Timidger committed Aug 21, 2016
1 parent ffb6411 commit 9b79fe8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions examples/simple.rs
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ fn start_interactive_action(view: WlcView, origin: Point) -> bool {
return false
}
comp.grab = origin;
comp.view = Some(view);

view.bring_to_front();
return true
Expand Down

0 comments on commit 9b79fe8

Please sign in to comment.