mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2025-01-01 02:26: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;
|
Zathura.Global.mode = NORMAL;
|
||||||
fs = TRUE;
|
fs = TRUE;
|
||||||
}
|
}
|
||||||
|
isc_abort(NULL);
|
||||||
}
|
}
|
||||||
|
|
||||||
void
|
void
|
||||||
|
|
Loading…
Reference in a new issue