[four-in-a-row/arnaudb/wip/gtk4: 23/27] Fix HistoryButton.



commit 05b175542a31ced77f61bc743f837ec8ad2f5367
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 e806603..2d5f9f8 100644
--- a/src/four-in-a-row.vala
+++ b/src/four-in-a-row.vala
@@ -296,8 +296,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]