Fix userpref.blend using version from startup.blend

Version patching userpref.blend wasn't using the correct version,
causing settings not to be properly updated.

This seems the likely cause of T70196 and similar bugs.
This commit is contained in:
2020-10-02 20:11:51 +10:00
parent 34228d138b
commit d1f6c2e7bb
7 changed files with 11 additions and 11 deletions

View File

@@ -1752,7 +1752,7 @@ void UI_popup_handlers_remove_all(struct bContext *C, struct ListBase *handlers)
* be used to reinitialize some internal state if user preferences change. */
void UI_init(void);
void UI_init_userdef(struct Main *bmain);
void UI_init_userdef(void);
void UI_reinit_font(void);
void UI_exit(void);