Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

restore sending extra path to help browser #1372

Merged
merged 1 commit into from Oct 10, 2021

Conversation

Ant1r
Copy link
Contributor

@Ant1r Ant1r commented Sep 1, 2021

since 95b6146, the help browser doesn't display extra paths content anymore.

this is because s_main::sys_main() first calls s_inter::sys_startgui(), which calls s_inter::sys_do_startgui() which then calls s_path::sys_set_extrapath() ( which sends the extrapath to GUI), before it calls s_main::sys_afterargparse() which calls s_path::sys_setextrapath() (which initializes the extrapath for the OS).

This PR just makes sys_main() calling sys_afterargparse() before sys_startgui().

@millerpuckette millerpuckette merged commit 59509f4 into pure-data:master Oct 10, 2021
@Ant1r Ant1r deleted the restore_extrapath_in_browser branch October 22, 2021 07:38
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants