1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-28 12:17:45 +00:00

GameOfLife: Don't enable rotate button if a pattern isn't selected

This commit is contained in:
Musab Kılıç 2021-08-28 22:31:35 +03:00 committed by Linus Groh
parent fac0bbe739
commit 1179d5d921
3 changed files with 11 additions and 2 deletions

View file

@ -66,6 +66,7 @@ public:
Function<void()> on_running_state_change;
Function<void()> on_stall;
Function<void()> on_pattern_selection_state_change;
Function<void(Board*, size_t row, size_t column)> on_cell_toggled;
private: