fix unused coords
This commit is contained in:
parent
7cd7b43e7a
commit
a98878dd8a
@ -587,8 +587,8 @@ class TabbedBrowser(tabwidget.TabWidget):
|
||||
if idx == self.currentIndex():
|
||||
self.update_window_title()
|
||||
|
||||
@pyqtSlot(int, int)
|
||||
def on_scroll_pos_changed(self, x, y):
|
||||
@pyqtSlot()
|
||||
def on_scroll_pos_changed(self, *args):
|
||||
"""Update tab and window title when scroll position changed."""
|
||||
self.update_window_title()
|
||||
self.update_tab_titles()
|
||||
|
Loading…
Reference in New Issue
Block a user