Update fake object instantiation
This commit is contained in:
parent
a742f03bca
commit
71781b3f43
@ -257,7 +257,7 @@ class FakeWebTab(browsertab.AbstractTab):
|
|||||||
self.history = FakeWebTabHistory(self, can_go_back=can_go_back,
|
self.history = FakeWebTabHistory(self, can_go_back=can_go_back,
|
||||||
can_go_forward=can_go_forward)
|
can_go_forward=can_go_forward)
|
||||||
self.scroller = FakeWebTabScroller(self, scroll_pos_perc)
|
self.scroller = FakeWebTabScroller(self, scroll_pos_perc)
|
||||||
self.audio = FakeWebTabAudio()
|
self.audio = FakeWebTabAudio(self)
|
||||||
wrapped = QWidget()
|
wrapped = QWidget()
|
||||||
self._layout.wrap(self, wrapped)
|
self._layout.wrap(self, wrapped)
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user