421 {
423 {
424 return;
425 }
426
431
432 if (!config_params || !config_params_next)
433 return;
434 int deep = config_params.param5;
435 int deep_next = config_params_next.param5;
437 int remove_lines_count = 0;
438
439 for (int i = row + 1; i < max_count; i++)
440 {
441 if (deep < deep_next && i <= max_count)
442 {
443 remove_lines_count = remove_lines_count + 1;
445 deep_next = config_params_next.param5;
446 }
447 }
448
449
450
451 for (i = 1; i < remove_lines_count; i++)
452 {
455 {
457 }
458 }
459
460 string offset = "";
461 for (i = 0; i < deep; i++)
462 {
463 offset = offset + " ";
464 }
466
467
468
469
470
471
472 }
Param6< bool, string, int, string, int, string > ConfigParamsEx
TextListboxWidget m_ConfigHierarchyTextListbox