fix: adding missing new area type RGN_TYPE_PREVIEW to rna enum.

This commit is contained in:
Andrea Weikert 2009-12-15 17:53:17 +00:00
parent 66880f62bb
commit 6ef7c3bb2b

@ -40,6 +40,7 @@ EnumPropertyItem region_type_items[] = {
{RGN_TYPE_TOOLS, "TOOLS", 0, "Tools", ""},
{RGN_TYPE_TEMPORARY, "TEMPORARY", 0, "Temporary", ""},
{RGN_TYPE_UI, "UI", 0, "UI", ""},
{RGN_TYPE_PREVIEW, "PREVIEW", 0, "Preview", ""},
{0, NULL, 0, NULL, NULL}};
#ifdef RNA_RUNTIME