Fix T65770: File Browser missing "Sidebar" in View menu
This commit is contained in:
@@ -5489,6 +5489,8 @@ static void rna_def_space_filebrowser(BlenderRNA *brna)
|
||||
RNA_def_struct_sdna(srna, "SpaceFile");
|
||||
RNA_def_struct_ui_text(srna, "Space File Browser", "File browser space data");
|
||||
|
||||
rna_def_space_generic_show_region_toggles(srna, (1 << RGN_TYPE_TOOLS) | (1 << RGN_TYPE_UI));
|
||||
|
||||
prop = RNA_def_property(srna, "params", PROP_POINTER, PROP_NONE);
|
||||
RNA_def_property_pointer_sdna(prop, NULL, "params");
|
||||
RNA_def_property_ui_text(
|
||||
|
||||
Reference in New Issue
Block a user