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
Romain De Laage De Bellefaye
LO21-projet
Commits
471ae7b6
Verified
Commit
471ae7b6
authored
Jun 11, 2021
by
Romain De Laage De Bellefaye
🌳
Browse files
Initialize when click on grid
parent
d1c19c43
Changes
1
Show whitespace changes
Inline
Side-by-side
src/autocell.cpp
View file @
471ae7b6
...
...
@@ -336,6 +336,9 @@ void AutoCell::modifierCellule(const QModelIndex& index) {
grid
->
item
(
i
,
j
)
->
setText
(
str_indice
);
//réitnitialiser l'automate ou modif du buffer d
Automate
::
getInstance
().
reset
();
Automate
::
getInstance
().
setReseauInit
(
*
Grille
);
Automate
::
getInstance
().
initialiserBuffer
();
}
void
AutoCell
::
sauvegarderGrille
(){
...
...
Write
Preview
Supports
Markdown
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