parent
42ce497e79
commit
e53c5d858a
1 changed files with 1 additions and 1 deletions
|
@ -241,7 +241,7 @@ void SectionedInspector::update_category_list() {
|
||||||
|
|
||||||
int sp = pi.name.find("/");
|
int sp = pi.name.find("/");
|
||||||
if (sp == -1)
|
if (sp == -1)
|
||||||
pi.name = "Global/" + pi.name;
|
pi.name = "global/" + pi.name;
|
||||||
|
|
||||||
Vector<String> sectionarr = pi.name.split("/");
|
Vector<String> sectionarr = pi.name.split("/");
|
||||||
String metasection;
|
String metasection;
|
||||||
|
|
Loading…
Reference in a new issue