fix click to expand/contract

This commit is contained in:
Damien Elmes 2019-12-20 08:52:03 +10:00
parent 5418af00f7
commit b2ea4ee36c

View file

@ -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: