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:
parent
e8d83b1ae1
commit
5de8b38783
2 changed files with 35 additions and 24 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue