Index: scribus/pageitem.cpp
===================================================================
--- scribus/pageitem.cpp	(Revision 26012)
+++ scribus/pageitem.cpp	(Arbeitskopie)
@@ -8880,6 +8880,12 @@
 			lists.collectColor(meshGradientPatches[col].BR.colorName);
 		}
 	}
+	else if (GrType == Gradient_Hatch)
+	{
+		lists.collectColor(hatchForeground);
+		lists.collectColor(hatchBackground);
+	}
+
 	if (GrTypeStroke == 0)
 		lists.collectColor(lineColor());
 	else if (GrTypeStroke < Gradient_Pattern)

