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
Vcsn
Vaucanson 1
Commits
bd10bafe
Commit
bd10bafe
authored
Aug 13, 2009
by
Florent D'Halluin
Browse files
[yavgui] Properly refresh interface when creating a new automaton.
* yavgui/src/gui.cc: Do that.
parent
0df966d4
Changes
2
Hide whitespace changes
Inline
Side-by-side
ChangeLog
View file @
bd10bafe
2009-08-13 d-halluin <d-halluin@lrde.epita.fr>
[yavgui] Properly refresh interface when creating a new automaton.
* yavgui/src/gui.cc: Do that.
2009-08-10 d-halluin <d-halluin@lrde.epita.fr>
[yavgui] Catch exceptions when creating transitions.
...
...
yavgui/src/gui.cc
View file @
bd10bafe
...
...
@@ -257,6 +257,7 @@ namespace gui
AutomatonInstance
&
instance
=
make_new_instance
();
CATCH_EXCEPTIONS
(
instance
.
vcsn_automaton
().
create
(
type
);)
instance
.
update
();
refresh
();
}
void
Gui
::
load_automaton_from_file
()
...
...
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