Skip to content

Commit

Permalink
fixes #1228
Browse files Browse the repository at this point in the history
  • Loading branch information
roasterdave committed Jul 12, 2023
1 parent 31d58d7 commit 5104c1d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/artisanlib/canvas.py
Original file line number Diff line number Diff line change
Expand Up @@ -7135,7 +7135,7 @@ def place_annotations(self,TP_index,d,timex,timeindex,temp,stemp,startB=None,tim
elif TP_time_loaded is not None:
a = self.backgroundalpha if timeindex2 else 1.0
e = 0
shift = timex[timeindex[0]] if timeindex[0] > 0 else 0
shift = timex[timeindex[0]]
TP_index = self.backgroundtime2index(TP_time_loaded + shift)
ystep_down,ystep_up = self.findtextgap(ystep_down,ystep_up,stemp[t0idx],stemp[TP_index],d)
st1 = self.aw.arabicReshape(QApplication.translate('Scope Annotation','TP {0}'),stringfromseconds(TP_time_loaded,False))
Expand Down

0 comments on commit 5104c1d

Please sign in to comment.