[four-in-a-row/arnaudb/wip/gtk4: 26/42] Fix HistoryButton.



commit 41ed6341e65203a95a494a567422cae986f18b40
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 d67d300..b0ab3d3 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]