Tracker: Set location in BPoseView::UpdateIcon() for icon-mode.

Change-Id: I8d4fea5eea7a19daedd31bd81cd59270a2b56720
Reviewed-on: https://review.haiku-os.org/c/haiku/+/9476
Tested-by: Commit checker robot <[email protected]>
Reviewed-by: waddlesplash <[email protected]>
This commit is contained in:
John Scipione
2025-07-30 04:00:12 +00:00
parent 419fb908b5
commit 091cc6357e
+2
View File
@@ -5979,6 +5979,8 @@ BPoseView::UpdateIcon(BPose* pose)
if (!found)
return;
} else {
location = pose->Location(this);
}
pose->UpdateIcon(location, this);