mirror of
https://github.com/HIllya51/LunaTranslator.git
synced 2024-12-28 08:04:13 +08:00
fix
This commit is contained in:
parent
11574d9fee
commit
f89527a97f
@ -468,8 +468,7 @@ class lazyscrollflow(ScrollArea):
|
||||
line_height = max(line_height, sz.height())
|
||||
|
||||
new_height = y + line_height - rect.y() + self._margin
|
||||
self.internalwid.setFixedHeight(new_height)
|
||||
return new_height
|
||||
self.internalwid.setFixedHeight(new_height)
|
||||
|
||||
|
||||
def has_intersection(interval1, interval2):
|
||||
|
Loading…
x
Reference in New Issue
Block a user