Correct error messages for wrong wxBoxSizer flags in the schema.
"horizontal" and "vertical" were reversed, making things more confusing instead of more clear.
This commit is contained in:
@@ -1613,11 +1613,11 @@ t_sizer_flags_alignh = xsd:string {
|
|||||||
")*"
|
")*"
|
||||||
}
|
}
|
||||||
|
|
||||||
t_horz_sizer_flags = ("*** Sizer flags excluding vertical alignment ones ***"
|
t_horz_sizer_flags = ("*** Sizer flags excluding horizontal alignment ones ***"
|
||||||
| t_sizer_flags_grow
|
| t_sizer_flags_grow
|
||||||
| t_sizer_flags_alignv
|
| t_sizer_flags_alignv
|
||||||
)
|
)
|
||||||
t_vert_sizer_flags = ("*** Sizer flags excluding horizontal alignment ones ***"
|
t_vert_sizer_flags = ("*** Sizer flags excluding vertical alignment ones ***"
|
||||||
| t_sizer_flags_grow
|
| t_sizer_flags_grow
|
||||||
| t_sizer_flags_alignh
|
| t_sizer_flags_alignh
|
||||||
)
|
)
|
||||||
|
Reference in New Issue
Block a user