Update tabwidget.py
This commit is contained in:
parent
94809032a4
commit
02b24e8dfb
@ -184,7 +184,7 @@ class TabWidget(QTabWidget):
|
|||||||
try:
|
try:
|
||||||
fields['protocol'] = self.tab_url(idx).scheme()
|
fields['protocol'] = self.tab_url(idx).scheme()
|
||||||
except qtutils.QtValueError:
|
except qtutils.QtValueError:
|
||||||
fields['protocol']= ''
|
fields['protocol'] = ''
|
||||||
|
|
||||||
y = tab.scroller.pos_perc()[1]
|
y = tab.scroller.pos_perc()[1]
|
||||||
if y is None:
|
if y is None:
|
||||||
|
Loading…
Reference in New Issue
Block a user