Fixup commented view locate call

fsp_feeds
Tyler Goodlet 2021-07-22 11:24:25 -04:00
parent 1a5770c127
commit 3b0b7475c8
1 changed files with 1 additions and 1 deletions

View File

@ -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)