[gnome-taquin] Slide down on new game.
- From: Arnaud B. <arnaudb src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnome-taquin] Slide down on new game.
- Date: Mon, 18 Feb 2019 10:17:09 +0000 (UTC)
commit e1caf64dcd5e3f4cb585bb53594a59090495cbb7
Author: Arnaud Bonatti <arnaud bonatti gmail com>
Date: Mon Feb 18 11:16:50 2019 +0100
Slide down on new game.
Regression from GameView.
src/game-window.vala | 3 ++-
1 file changed, 2 insertions(+), 1 deletion(-)
---
diff --git a/src/game-window.vala b/src/game-window.vala
index 46c054c..b75168d 100644
--- a/src/game-window.vala
+++ b/src/game-window.vala
@@ -273,9 +273,10 @@ private class GameWindow : BaseWindow, AdaptativeWidget
undo_action.set_enabled (false);
redo_action.set_enabled (false);
+ game_view.configure_transition (StackTransitionType.SLIDE_DOWN, 1000);
+
play (); // FIXME lag (see in Taquin…)
- game_view.configure_transition (StackTransitionType.SLIDE_DOWN, 1000);
show_view ();
}
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]