1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:37:44 +00:00

Solitaire: Make double-click skip the new-game animation

This commit is contained in:
Sam Atkins 2023-01-28 17:15:47 +00:00 committed by Linus Groh
parent e8d83b1ae1
commit 5de8b38783
2 changed files with 35 additions and 24 deletions

View file

@ -187,6 +187,7 @@ private:
void set_background_fill_enabled(bool);
void check_for_game_over();
void clear_hovered_stack();
void deal_next_card();
virtual void paint_event(GUI::PaintEvent&) override;
virtual void mousedown_event(GUI::MouseEvent&) override;