Removed debug print.
This commit is contained in:
parent
e5cc7c0cdb
commit
5ecc70e637
1 changed files with 0 additions and 1 deletions
|
@ -43,7 +43,6 @@ class PlaylistTabBar(QTabBar):
|
||||||
|
|
||||||
index = self.tabAt(pos)
|
index = self.tabAt(pos)
|
||||||
title = self.tabButton(index, QTabBar.ButtonPosition.RightSide)
|
title = self.tabButton(index, QTabBar.ButtonPosition.RightSide)
|
||||||
print(index)
|
|
||||||
|
|
||||||
self.context_menu.exec(event.globalPos(), title)
|
self.context_menu.exec(event.globalPos(), title)
|
||||||
|
|
||||||
|
|
Loading…
Add table
Reference in a new issue