From 3b0b7475c859b470c9b6e8e16d4eded1627bfdc9 Mon Sep 17 00:00:00 2001 From: Tyler Goodlet Date: Thu, 22 Jul 2021 11:24:25 -0400 Subject: [PATCH] Fixup commented view locate call --- piker/ui/_anchors.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/piker/ui/_anchors.py b/piker/ui/_anchors.py index 13add46c..d8fdb4c4 100644 --- a/piker/ui/_anchors.py +++ b/piker/ui/_anchors.py @@ -126,7 +126,7 @@ def gpath_pin( # get actual arrow graphics path path_br = gpath.mapToScene(gpath.path()).boundingRect() - # vb.locate(arrow_path) #, children=True) + # label.vb.locate(label.txt) #, children=True) if location_description == 'right-of-path-centered': return path_br.topRight() - QPointF(0, label.h / 3)