Skip to content

Fix crash when there are no search results

Eric Armbruster requested to merge work/eric/fix-context-menu-crash into master

Right-clicking when nothing has been searched yet or no results were found currently results in a crash. This is fixed by checking m_curResults against null.

Merge request reports