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
29197d00
Commit
29197d00
authored
Aug 25, 2017
by
Stefan Tauner
Browse files
FIJITestsViewer: fix edit dialog of tests
parent
f750f857
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/Tk/FIJITestsViewer.pm
View file @
29197d00
...
...
@@ -1061,10 +1061,15 @@ sub edit_test {
my
$db
=
$self
->
{'
mw
'}
->
FIJIModalDialog
(
-
title
=>
"
Edit Test
$i
",
-
buttons
=>
[
qw/OK Cancel/
]
-
buttons
=>
[
qw/OK Cancel/
],
-
scrollable
=>
0
,
-
resizeable_y
=>
1
,
);
$db
->
geometry
("
576x300
");
my
$tf
=
$db
->
FIJITestFrame
(
-
test
=>
$test
,
-
settings
=>
$self
->
{'
settings
'},
-
scrolled
=>
1
)
->
pack
(
-
expand
=>
1
,
-
fill
=>
"
both
");
my
$tf
=
$db
->
FIJITestFrame
(
-
test
=>
$test
,
-
settings
=>
$self
->
{'
settings
'},
-
scrolled
=>
1
,
)
->
pack
(
-
expand
=>
1
,
-
fill
=>
"
both
");
my
$response
=
$db
->
Show
();
@
{
$self
->
{'
tests
'}
->
{'
tests
'}}[
$i
]
=
$test
if
(
defined
$response
&&
$response
eq
"
OK
");
$self
->
update
();
...
...
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