Fix upload state

This commit is contained in:
YNH Webdev
2014-01-25 18:00:31 +01:00
parent d82cacc18f
commit 13349d07a8
3 changed files with 14 additions and 7 deletions

View File

@@ -42,7 +42,7 @@ feature
add_control (c: WSF_STATELESS_CONTROL)
do
Precursor (c)
if attached {WSF_FORM_ELEMENT_CONTROL[ANY]} c as fec then
if attached {WSF_FORM_ELEMENT_CONTROL[detachable ANY]} c as fec then
fec.set_label_width (label_width)
end
end