summaryrefslogtreecommitdiff
path: root/src/ui/documentwidget.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/ui/documentwidget.c')
-rw-r--r--src/ui/documentwidget.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ui/documentwidget.c b/src/ui/documentwidget.c
index 5d85e275..3b5ddb7c 100644
--- a/src/ui/documentwidget.c
+++ b/src/ui/documentwidget.c
@@ -2506,6 +2506,9 @@ static iBool processEvent_DocumentWidget_(iDocumentWidget *d, const SDL_Event *e
2506 setCursor_Window(get_Window(), SDL_SYSTEM_CURSOR_HAND); 2506 setCursor_Window(get_Window(), SDL_SYSTEM_CURSOR_HAND);
2507 } 2507 }
2508 else { 2508 else {
2509 if (value_Anim(&d->altTextOpacity) < 0.667f) {
2510 setValue_Anim(&d->altTextOpacity, 0, 0); /* keep it hidden while moving */
2511 }
2509 updateHover_DocumentWidget_(d, mpos); 2512 updateHover_DocumentWidget_(d, mpos);
2510 } 2513 }
2511 } 2514 }