a11y/zoom: zoom level per output
This commit is contained in:
parent
babb96ddfa
commit
0ba0a0cdaa
11 changed files with 154 additions and 117 deletions
|
|
@ -73,7 +73,7 @@ fn render_input_order_internal<R: 'static>(
|
|||
if shell
|
||||
.zoom_state
|
||||
.as_ref()
|
||||
.is_some_and(|state| state.show_overlay && state.current_level() != 1.0)
|
||||
.is_some_and(|state| state.show_overlay && state.current_level(output) != 1.0)
|
||||
{
|
||||
callback(Stage::ZoomUI)?;
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue