Fix for crash in file selector using the 'Open' button - button was using old UI
code, changed it to operators
This commit is contained in:
@@ -72,7 +72,7 @@ void FILE_OT_filenum(struct wmOperatorType *ot);
|
||||
void FILE_OT_delete(struct wmOperatorType *ot);
|
||||
void FILE_OT_rename(struct wmOperatorType *ot);
|
||||
|
||||
int file_exec(bContext *C, struct wmOperator *unused);
|
||||
int file_exec(bContext *C, struct wmOperator *exec_op);
|
||||
int file_cancel_exec(bContext *C, struct wmOperator *unused);
|
||||
int file_parent_exec(bContext *C, struct wmOperator *unused);
|
||||
int file_previous_exec(bContext *C, struct wmOperator *unused);
|
||||
|
||||
Reference in New Issue
Block a user