Guest User

Untitled

a guest
Aug 18th, 2018
82
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.66 KB | None | 0 0
  1. Traceback (most recent call last):
  2. File "./miniframe.py", line 484, in OnLeftDown
  3. tab = self.FindTabAtPos(mposx, mposy)
  4. File "./miniframe.py", line 582, in FindTabAtPos
  5. if self.TabHitTest(selTab, x, y):
  6. File "./miniframe.py", line 591, in TabHitTest
  7. tabRegion = tab.GetTabRegion()
  8. AttributeError: 'NoneType' object has no attribute 'GetTabRegion'
  9. Traceback (most recent call last):
  10. File "./miniframe.py", line 514, in OnLeftUp
  11. if self.CheckTabClose(selTab, mposx, mposy):
  12. File "./miniframe.py", line 549, in CheckTabClose
  13. closeBtnReg = tab.GetCloseButtonRegion()
  14. AttributeError: 'NoneType' object has no attribute 'GetCloseButtonRegion'
Add Comment
Please, Sign In to add comment