diff options
Diffstat (limited to 'src/ui/documentwidget.c')
-rw-r--r-- | src/ui/documentwidget.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/ui/documentwidget.c b/src/ui/documentwidget.c index 9111b546..79e8b727 100644 --- a/src/ui/documentwidget.c +++ b/src/ui/documentwidget.c | |||
@@ -1918,8 +1918,9 @@ static iBool handleCommand_DocumentWidget_(iDocumentWidget *d, const char *cmd) | |||
1918 | fetchNextUnfetchedImage_DocumentWidget_(d)) { | 1918 | fetchNextUnfetchedImage_DocumentWidget_(d)) { |
1919 | return iTrue; | 1919 | return iTrue; |
1920 | } | 1920 | } |
1921 | const float amount = argLabel_Command(cmd, "full") ? 1.0f : 0.5f; | ||
1921 | smoothScroll_DocumentWidget_(d, | 1922 | smoothScroll_DocumentWidget_(d, |
1922 | dir * (0.5f * height_Rect(documentBounds_DocumentWidget_(d)) - | 1923 | dir * (amount * height_Rect(documentBounds_DocumentWidget_(d)) - |
1923 | 0 * lineHeight_Text(paragraph_FontId)), | 1924 | 0 * lineHeight_Text(paragraph_FontId)), |
1924 | smoothDuration_DocumentWidget_); | 1925 | smoothDuration_DocumentWidget_); |
1925 | return iTrue; | 1926 | return iTrue; |