diff --git a/ext/QuanticaMakieExt/plotbands.jl b/ext/QuanticaMakieExt/plotbands.jl index 01b8a54f..c51bac6c 100644 --- a/ext/QuanticaMakieExt/plotbands.jl +++ b/ext/QuanticaMakieExt/plotbands.jl @@ -185,7 +185,7 @@ function plotmeshes!(plot, mp::MeshPrimitives{<:Any,3}) if !ishidden((:wireframe, :simplices), plot) colorĀ“ = darken.(mp.colors, plot[:nodedarken][]) poly!(plot, mp.verts, simps; color = mp.colors, inspectable = false, transparency, - strokewidth = plot[:size][], shading = true) + strokewidth = plot[:size][]) else mesh!(plot, mp.verts, simps; color = mp.colors, inspectable = false, transparency) end