]> git.lyx.org Git - lyx.git/blobdiff - src/insets/Inset.cpp
This optional argument to the InsetCollapsable constructor
[lyx.git] / src / insets / Inset.cpp
index 095cdaa4823e1a5a7da021ffb0d730667118ae22..40f33d9fd11d540d405ec1dc525abbd4610f0a3f 100644 (file)
@@ -430,7 +430,7 @@ void Inset::dump() const
 
 ColorCode Inset::backgroundColor() const
 {
-       return Color_background;
+       return Color_none;
 }