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
vecs
FIJI Public
Commits
a4616570
Commit
a4616570
authored
Aug 25, 2017
by
Stefan Tauner
Browse files
Fix updating of FIJISettingsCanvas when appending FIUs
I broke it in commit
0c9547b4
.
parent
29197d00
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/Tk/FIJISettingsViewer.pm
View file @
a4616570
...
@@ -823,6 +823,7 @@ sub _fiu_cnt {
...
@@ -823,6 +823,7 @@ sub _fiu_cnt {
sub
append_fiu
($)
{
sub
append_fiu
($)
{
my
(
$self
)
=
@_
;
my
(
$self
)
=
@_
;
$self
->
_add_fiu_widgets
();
$self
->
_add_fiu_widgets
();
$self
->
{'
settings_canvas
'}
->
update
();
# update Block Diagram
}
}
sub
remove_fiu
($)
{
sub
remove_fiu
($)
{
...
...
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