[four-in-a-row/arnaudb/wip/gtk4: 75/92] Fix HistoryButton.




commit cf4b1f3149b079883b6d9843fec61a6126377c02
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Mon Apr 27 13:24:58 2020 +0200

    Fix HistoryButton.

 src/four-in-a-row.vala | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
---
diff --git a/src/four-in-a-row.vala b/src/four-in-a-row.vala
index 5719469..c26e6b4 100644
--- a/src/four-in-a-row.vala
+++ b/src/four-in-a-row.vala
@@ -297,8 +297,8 @@ private class FourInARow : Gtk.Application
                                  (Box) new_game_screen,
                                  game_board_view,
                                  app_menu,
-                                 (MenuButton) history_button_1,
-                                 (MenuButton) history_button_2);
+                                 (ToggleButton) history_button_1,
+                                 (ToggleButton) history_button_2);
 
         scorebox = new Scorebox (window, this, theme_manager);
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]