Revert "Amend 087f6bce"

This reverts commit a6882a1db0.
This commit is contained in:
Juergen Spitzmueller 2023-10-01 09:26:26 +02:00
parent bb55c3429f
commit 3e063daeab

View File

@ -810,7 +810,7 @@ void InsetBox::validate(LaTeXFeatures & features) const
break;
case Boxed:
features.require("calc");
if (getFrameColor() != "default" || getBackgroundColor() != "white")
if (getFrameColor() != "black" || getBackgroundColor() != "white")
features.require("xcolor");
break;
case ovalbox: