ladybird/DevTools/ProfileViewer
Andreas Kling af02d0ee97 ProfileViewer: Fix treeview selection looking unselected on Left key
When pressing the Left arrow key, we now travel to the parent_index()
of the currently selected index. Our implementation of parent_index()
was always returning an index with column 0, instead of using the
same column as the current index.

This prevented the selected item from looking selected.
2020-02-22 11:27:09 +01:00
..
main.cpp Kernel+ProfileViewer: Move symbolication to userspace for time profiles 2020-02-22 10:09:54 +01:00
Makefile LibGfx: Rename from LibDraw :^) 2020-02-06 12:04:00 +01:00
Profile.cpp ProfileViewer: Remove loading code for the old file format 2020-02-22 11:26:40 +01:00
Profile.h ProfileViewer: Remove loading code for the old file format 2020-02-22 11:26:40 +01:00
ProfileModel.cpp ProfileViewer: Fix treeview selection looking unselected on Left key 2020-02-22 11:27:09 +01:00
ProfileModel.h LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
ProfileTimelineWidget.cpp LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
ProfileTimelineWidget.h LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00