Skip to content

Commit

Permalink
Latest
Browse files Browse the repository at this point in the history
  • Loading branch information
jasonbrianhall committed Feb 27, 2025
1 parent 10e8638 commit 389c5e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/solitaire.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -353,6 +353,8 @@ gboolean SolitaireGame::onButtonPress(GtkWidget *widget, GdkEventButton *event,
SolitaireGame *game = static_cast<SolitaireGame *>(data);

game->keyboard_navigation_active_ = false;
game->keyboard_selection_active_ = false;

// If any animation is active, block all interactions
if (game->foundation_move_animation_active_ || game->stock_to_waste_animation_active_) {
return TRUE;
Expand Down

0 comments on commit 389c5e9

Please sign in to comment.