Fixed Help browser not opening to correct section when accessed from editor
This commit is contained in:
parent
c35fb63472
commit
f2334507ae
1 changed files with 1 additions and 1 deletions
|
@ -971,7 +971,7 @@ bool editor_controller::execute_command(const hotkey::hotkey_command& cmd, int i
|
|||
|
||||
void editor_controller::show_help()
|
||||
{
|
||||
help::show_help(*gui_, "editor_overview");
|
||||
help::show_help(*gui_, "..editor");
|
||||
}
|
||||
|
||||
void editor_controller::show_menu(const std::vector<std::string>& items_arg, int xloc, int yloc, bool context_menu, display& disp)
|
||||
|
|
Loading…
Add table
Reference in a new issue