anki/qt/aqt/browser/sidebar
qxo 90da6a8885
fix: AttributeError: 'QMouseEvent' object has no attribute 'pos' (#1598)
* fix: AttributeError: 'QMouseEvent' object has no attribute 'pos'

```
Caught exception:
Traceback (most recent call last):
  File "D:\Python\Python39\lib\site-packages\aqt\browser\sidebar\tree.py", line 328, in mouseReleaseEvent
    if (index := self.currentIndex()) == self.indexAt(event.pos()):
d
```

* fix:   AttributeError: 'QMouseEvent' object has no attribute 'pos'
2022-01-16 15:29:04 +10:00
..
__init__.py update platform checks (eg isWin -> is_win) + devMode 2021-11-25 09:06:16 +10:00
item.py Disable renaming of no-flag item (#1467) 2021-10-30 09:08:51 +10:00
model.py switch to new-style PyQt scoped enums and Qt6 2021-10-15 12:57:19 +10:00
searchbar.py Live theme changes (#1497) 2021-11-25 07:17:41 +10:00
toolbar.py Live theme changes (#1497) 2021-11-25 07:17:41 +10:00
tree.py fix: AttributeError: 'QMouseEvent' object has no attribute 'pos' (#1598) 2022-01-16 15:29:04 +10:00