ladybird/DevTools
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
..
FormCompiler LibGUI: Remove leading G from filenames 2020-02-06 20:33:02 +01:00
HackStudio HackStudio: Unbreak the form editor's widget icons 2020-02-17 21:49:17 +01:00
Inspector AK: Use size_t for ByteBuffer sizes 2020-02-20 13:20:34 +01:00
IPCCompiler AK: Use size_t for ByteBuffer sizes 2020-02-20 13:20:34 +01:00
ProfileViewer ProfileViewer: Fix treeview selection looking unselected on Left key 2020-02-22 11:27:09 +01:00
VisualBuilder LibGUI: Add forwarding header 2020-02-16 09:41:56 +01:00
Makefile Build: clean up build system, use one shared Makefile 2019-12-20 20:20:54 +01:00