Fix regression of layout_args.

This commit is contained in:
Niklas Korsbo 2019-12-11 12:27:44 +00:00
parent e54eb53665
commit 140a429e09

View File

@ -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")