mirror of
https://git.pwmt.org/pwmt/zathura.git
synced 2024-12-29 09:06:02 +01:00
fix a warning
This commit is contained in:
parent
18c490f2c6
commit
cc92b38471
1 changed files with 1 additions and 1 deletions
|
@ -2312,7 +2312,7 @@ sc_scroll(Argument* argument)
|
|||
gdouble view_size = gtk_adjustment_get_page_size(adjustment);
|
||||
gdouble value = gtk_adjustment_get_value(adjustment);
|
||||
gdouble max = gtk_adjustment_get_upper(adjustment) - view_size;
|
||||
gboolean static ss = FALSE;
|
||||
static gboolean ss = FALSE;
|
||||
|
||||
if((argument->n == UP || argument->n == HALF_UP || argument->n == FULL_UP) && value == 0)
|
||||
{
|
||||
|
|
Loading…
Reference in a new issue