mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-10 18:19:03 +00:00
SpaceAnalyzer: Stop treating selecting a node as a path change
This served no obvious purpose, but did make the breadcrumb bar change confusingly.
This commit is contained in:
parent
ad92b16887
commit
534039fdf5
Notes:
sideshowbarker
2024-07-17 20:58:35 +09:00
Author: https://github.com/AtkinsSJ
Commit: 534039fdf5
Pull-request: https://github.com/SerenityOS/serenity/pull/17301
1 changed files with 0 additions and 3 deletions
|
@ -304,9 +304,6 @@ void TreeMapWidget::mousedown_event(GUI::MouseEvent& event)
|
|||
if (!path.is_empty()) {
|
||||
m_path_segments.shrink(m_viewpoint);
|
||||
m_path_segments.extend(path);
|
||||
if (on_path_change) {
|
||||
on_path_change();
|
||||
}
|
||||
update();
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue