projects
/
rocksndiamonds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0fa16ae
)
fixed handling clickable pointer-style global animations in request dialogs
author
Holger Schemel
<info@artsoft.org>
Sat, 9 Dec 2023 16:38:15 +0000
(17:38 +0100)
committer
Holger Schemel
<info@artsoft.org>
Sat, 9 Dec 2023 16:42:23 +0000
(17:42 +0100)
src/tools.c
patch
|
blob
|
history
diff --git
a/src/tools.c
b/src/tools.c
index 8d1844479ea9b8c45785e57e57243f716565745f..3f551d63a01b630d6b195716c5d056307bae15eb 100644
(file)
--- a/
src/tools.c
+++ b/
src/tools.c
@@
-4608,11
+4608,12
@@
static int RequestHandleEvents(unsigned int req_state, int draw_buffer_game)
break;
default:
- // only check clickable animations if no request gadget clicked
- HandleGlobalAnimClicks(mx, my, button_status, FALSE);
break;
}
+ // only needed to handle clickable pointer animations here
+ HandleGlobalAnimClicks(mx, my, button_status, FALSE);
+
break;
}