[gnome-taquin/arnaudb/wip/gtk4: 45/56] Adapt to ScrolledWindow API.
- From: Arnaud B. <arnaudb src gnome org>
 
- To: commits-list gnome org
 
- Cc: 
 
- Subject: [gnome-taquin/arnaudb/wip/gtk4: 45/56] Adapt to ScrolledWindow API.
 
- Date: Wed, 30 Sep 2020 13:55:33 +0000 (UTC)
 
commit 784ba5e9f02da230467af05cd9f71ac2c2e578ca
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date:   Tue Sep 29 16:46:47 2020 +0200
    Adapt to ScrolledWindow API.
 src/game-view.vala | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/src/game-view.vala b/src/game-view.vala
index 9bafa54..1d08391 100644
--- a/src/game-view.vala
+++ b/src/game-view.vala
@@ -36,7 +36,7 @@ private class GameView : BaseView, AdaptativeWidget
         game_stack.vexpand = true;
         main_grid.add (game_stack);
 
-        scrolled = new ScrolledWindow (null, null);
+        scrolled = new ScrolledWindow ();
         scrolled.visible = true;
         game_stack.add (scrolled);
 
[
Date Prev][
Date Next]   [
Thread Prev][
Thread Next]   
[
Thread Index]
[
Date Index]
[
Author Index]