Fix regression of layout_args.
This commit is contained in:
parent
e54eb53665
commit
140a429e09
@ -514,6 +514,8 @@ function layout_args(layout::GridLayout)
|
|||||||
layout, n
|
layout, n
|
||||||
end
|
end
|
||||||
|
|
||||||
|
layout_args(n_override::Integer, layout::GridLayout) = layout_args(layout)
|
||||||
|
|
||||||
layout_args(huh) = error("unhandled layout type $(typeof(huh)): $huh")
|
layout_args(huh) = error("unhandled layout type $(typeof(huh)): $huh")
|
||||||
|
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user