Groot
Groot copied to clipboard
Added check for nullptr when expanding SubTree
Why
I kinda misunderstood the whole SubTree building which resulted in me getting a segmentation fault. To make it easier to debug for others I added a warning dialog instead of crashing with a segfault.
What
- Checked for nullptr after calling getTabByName in subTreeExpand and presenting warning dialog in case SubTree was not found.