Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gnome-taquin
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Jobs
Commits
Open sidebar
GNOME
gnome-taquin
Commits
e1caf64d
Commit
e1caf64d
authored
Feb 18, 2019
by
Arnaud Bonatti
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Slide down on new game.
Regression from GameView.
parent
34940d2f
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
1 deletion
+2
-1
src/game-window.vala
src/game-window.vala
+2
-1
No files found.
src/game-window.vala
View file @
e1caf64d
...
...
@@ -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
();
}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment