Groot icon indicating copy to clipboard operation
Groot copied to clipboard

Added check for nullptr when expanding SubTree

Open isactornberg opened this issue 3 years ago • 0 comments

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.

isactornberg avatar Oct 11 '21 12:10 isactornberg