mirror of
https://github.com/ankitects/anki.git
synced 2025-09-24 16:56:36 -04:00
fix click to expand/contract
This commit is contained in:
parent
5418af00f7
commit
b2ea4ee36c
1 changed files with 1 additions and 0 deletions
|
@ -909,6 +909,7 @@ by clicking on one on the left."""))
|
|||
item.onclick()
|
||||
|
||||
def mouseReleaseEvent(self, event: QMouseEvent) -> None:
|
||||
super().mouseReleaseEvent(event)
|
||||
self.onClickCurrent()
|
||||
|
||||
def keyPressEvent(self, event: QKeyEvent) -> None:
|
||||
|
|
Loading…
Reference in a new issue