Don't set viewport for 1x1 windows with scaling
This commit is contained in:
parent
555f9492ad
commit
0cd5059c42
5 changed files with 106 additions and 49 deletions
|
|
@ -783,7 +783,8 @@ fn input_focus() {
|
|||
long_offset: 0,
|
||||
long_length: 1,
|
||||
})
|
||||
.value::<u32>().first()
|
||||
.value::<u32>()
|
||||
.first()
|
||||
.and_then(|state| WmState::try_from(*state).ok()),
|
||||
Some(WmState::Normal)
|
||||
);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue