mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-01-08 12:19:37 +03:00
c76564b533
The previous implementation had some repeated code, and wasn't really working (because the OutlineItem.parent member was never populated). In fact, when navigating with the up/down arrows in the associted TreeView one could experience some funky behavior. Now that we store OutlineItem's parents, we are fixing the implementation for parent_index(), which was comparing the parent siblings against the item's outline item instead of to its parent. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
main.cpp | ||
NumericInput.cpp | ||
NumericInput.h | ||
OutlineModel.cpp | ||
OutlineModel.h | ||
PDFViewer.cpp | ||
PDFViewer.h | ||
PDFViewerWidget.cpp | ||
PDFViewerWidget.h | ||
SidebarWidget.cpp | ||
SidebarWidget.h |