Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
LO21_Pin_Noir_Boucher_Bouri_Detree
CellulutLO21
Commits
7346c3ae
Commit
7346c3ae
authored
Jun 06, 2021
by
Anthony Noir
Browse files
correction : prevstep
parent
535827e8
Pipeline
#79262
canceled with stage
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
src/interface.cpp
View file @
7346c3ae
...
...
@@ -630,6 +630,7 @@ void MainWindow::on_prevButton_clicked()
QMessageBox
::
critical
(
this
,
"Retour arrière impossible"
,
"L'historique est vide : impossible de revenir en arrière."
);
}
ui
->
grid_view
->
copy_grid
(
simulation
.
getGrid
());
ui
->
nbStepsLabel
->
setText
(
QString
::
number
(
simulation
.
getTime
())
+
" steps"
);
}
void
MainWindow
::
on_playPauseButton_clicked
()
...
...
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