mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 09:16:00 +01:00
Fix input issues in fullscreen mode (Closes: #33)
Thanks to sagesag for the patch.
This commit is contained in:
parent
471c011f8d
commit
659df484ea
1 changed files with 1 additions and 0 deletions
|
@ -2581,6 +2581,7 @@ sc_toggle_fullscreen(Argument* argument)
|
|||
Zathura.Global.mode = NORMAL;
|
||||
fs = TRUE;
|
||||
}
|
||||
isc_abort(NULL);
|
||||
}
|
||||
|
||||
void
|
||||
|
|
Loading…
Reference in a new issue