mirror of
https://git.lyx.org/repos/lyx.git
synced 2025-01-10 18:58:10 +00:00
parent
bb55c3429f
commit
3e063daeab
@ -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:
|
||||
|
Loading…
Reference in New Issue
Block a user