From: Juergen Spitzmueller Date: Sun, 1 Oct 2023 07:26:26 +0000 (+0200) Subject: Revert "Amend 087f6bce" X-Git-Url: https://git.lyx.org/gitweb/?a=commitdiff_plain;h=3e063daeab013b6b73f629655fa9f691a4ed1ea4;p=features.git Revert "Amend 087f6bce" This reverts commit a6882a1db0152af270bcba08215424793946d99a. --- diff --git a/src/insets/InsetBox.cpp b/src/insets/InsetBox.cpp index 81506be6da..36507cf8e2 100644 --- a/src/insets/InsetBox.cpp +++ b/src/insets/InsetBox.cpp @@ -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: