This commit is contained in:
Daniel Schwabeneder 2020-02-08 23:57:48 +01:00
parent 8554e632bd
commit 31f5490517

View File

@ -1389,7 +1389,7 @@ function fg_color(plotattributes::AKW)
end
end
function fg_color_sp(plotattributes::AWK)
function fg_color_sp(plotattributes::AKW)
fgsp = get(plotattributes, :foreground_color_subplot, :match)
if fg == :match
fg_color(plotattributes)