Add FIXME
This commit is contained in:
parent
8da88f67d0
commit
690ff68a99
@ -119,6 +119,8 @@ class StatusText(QLabel):
|
||||
def set_perc(self, x, y):
|
||||
"""Setter to be used as a Qt slot"""
|
||||
if y == 0:
|
||||
# FIXME we currently get the _top_ of the frame position, so this
|
||||
# will never happen
|
||||
self.scrollperc = '[top]'
|
||||
else:
|
||||
self.scrollperc = '[{}%]'.format(y)
|
||||
|
Loading…
Reference in New Issue
Block a user