Fix editor help crash
This commit is contained in:
parent
55dae30177
commit
0591f0ad37
|
@ -443,6 +443,10 @@ bool EditorHelpSearch::Runner::_phase_member_items_init() {
|
||||||
}
|
}
|
||||||
|
|
||||||
bool EditorHelpSearch::Runner::_phase_member_items() {
|
bool EditorHelpSearch::Runner::_phase_member_items() {
|
||||||
|
if (!iterator_match) {
|
||||||
|
return true;
|
||||||
|
}
|
||||||
|
|
||||||
ClassMatch &match = iterator_match->value;
|
ClassMatch &match = iterator_match->value;
|
||||||
|
|
||||||
if (!match.doc || match.doc->name.is_empty()) {
|
if (!match.doc || match.doc->name.is_empty()) {
|
||||||
|
|
Loading…
Reference in New Issue