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
953cfdd9
Commit
953cfdd9
authored
May 02, 2018
by
Christian Fibich
Committed by
Stefan Tauner
May 04, 2018
Browse files
Validate Entries and CompleteEntries regardless of ReadOnly state.
Addresses Issue #74
parent
a3a91f8e
Changes
1
Hide whitespace changes
Inline
Side-by-side
bin/Tk/FIJISettingsViewer.pm
View file @
953cfdd9
...
@@ -1337,9 +1337,9 @@ sub _set_fields {
...
@@ -1337,9 +1337,9 @@ sub _set_fields {
}
else
{
}
else
{
$f
->
configure
('
-state
'
=>
'
disabled
');
$f
->
configure
('
-state
'
=>
'
disabled
');
}
}
if
(
ref
(
$f
)
eq
'
Tk::Entry
'
||
ref
(
$f
)
eq
'
Tk::CompleteEntry
')
{
}
$f
->
validate
;
if
(
ref
(
$f
)
eq
'
Tk::Entry
'
||
ref
(
$f
)
eq
'
Tk::CompleteEntry
')
{
}
$f
->
validate
;
}
}
}
}
}
}
...
...
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