@fix T5904
Details
Details
- Reviewers
ajwillia.ms - Maniphest Tasks
- T5904: Fix panel focus following if the welcome panel is clicked
- Open a Project
- Use the menu option and create 5 empty panels by pressing it 4 times.
- click on a panel in any order and then select files.
Diff Detail
Diff Detail
- Branch
- master
- Lint
No Linters Available - Unit
No Unit Test Coverage - Build Status
Buildable 4371 Build 4436: arc lint + arc unit
Comment Actions
Works nicely but I'm pretty sure that the loop is not needed...
src/bin/mainview/edi_mainview_panel.c | ||
---|---|---|
829 | Why loop here? can't we just call _panel_focus((Edi_Mainview_Panel *) data)? |