fix: don't capture all mouse events
- this fixed find panel buttons
- similar fix for cosmic-edit of:
-
6ea24b8518
This commit is contained in:
parent
95271e183d
commit
e37f73dcbb
1 changed files with 0 additions and 2 deletions
|
|
@ -1360,8 +1360,6 @@ where
|
||||||
} else {
|
} else {
|
||||||
shell.capture_event();
|
shell.capture_event();
|
||||||
}
|
}
|
||||||
} else {
|
|
||||||
shell.capture_event();
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
Event::Mouse(MouseEvent::ButtonReleased(_button)) => {
|
Event::Mouse(MouseEvent::ButtonReleased(_button)) => {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue