mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 11:36:01 +01:00
revert last commit ... that didn't fix anything
This commit is contained in:
parent
88687c3f0a
commit
b280852f2d
1 changed files with 1 additions and 6 deletions
|
@ -2099,12 +2099,7 @@ sc_reload(Argument* argument)
|
||||||
|
|
||||||
/* reopen and restore settings */
|
/* reopen and restore settings */
|
||||||
close_file(TRUE);
|
close_file(TRUE);
|
||||||
if (open_file(path, password) == FALSE)
|
open_file(path, password);
|
||||||
{
|
|
||||||
free(path);
|
|
||||||
free(password);
|
|
||||||
return;
|
|
||||||
}
|
|
||||||
|
|
||||||
g_static_mutex_lock(&(Zathura.Lock.pdf_obj_lock));
|
g_static_mutex_lock(&(Zathura.Lock.pdf_obj_lock));
|
||||||
Zathura.PDF.scale = scale;
|
Zathura.PDF.scale = scale;
|
||||||
|
|
Loading…
Reference in a new issue