Version and Platform (required):
- Binary Ninja Version: 5.3.9252-dev
- Edition: Ultimate
- OS: macOS
- OS Version: 26.4
- CPU Architecture: M4
Bug Description:
When using Linear View's Single Function View mode, and using View Data/overview (all the functions are collapsed), clicking a function header does not set current_function in the python console despite me having clicked in a function.
Steps To Reproduce:
- Open any file
- Linear view
- Enable Single Function View mode
- Click the View Data button in the toolbar
- Click a function's name
- Python:
current_function
- Observe None
Expected Behavior:
I expected the function I clicked to be reflected in current_function
Screenshots/Video Recording:

Version and Platform (required):
Bug Description:
When using Linear View's Single Function View mode, and using View Data/overview (all the functions are collapsed), clicking a function header does not set
current_functionin the python console despite me having clicked in a function.Steps To Reproduce:
current_functionExpected Behavior:
I expected the function I clicked to be reflected in
current_functionScreenshots/Video Recording:
