fixed handling clickable pointer-style global animations in request dialogs
authorHolger Schemel <info@artsoft.org>
Sat, 9 Dec 2023 16:38:15 +0000 (17:38 +0100)
committerHolger Schemel <info@artsoft.org>
Sat, 9 Dec 2023 16:42:23 +0000 (17:42 +0100)
src/tools.c

index 8d1844479ea9b8c45785e57e57243f716565745f..3f551d63a01b630d6b195716c5d056307bae15eb 100644 (file)
@@ -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;
          }