From 3e063daeab013b6b73f629655fa9f691a4ed1ea4 Mon Sep 17 00:00:00 2001 From: Juergen Spitzmueller Date: Sun, 1 Oct 2023 09:26:26 +0200 Subject: [PATCH] Revert "Amend 087f6bce" This reverts commit a6882a1db0152af270bcba08215424793946d99a. --- src/insets/InsetBox.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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: -- 2.39.5