do-something-for-fun/thesis-helper

Collapse while the words are copied.

Closed this issue · 3 comments

What's your platform?
And please provide the details how it collapsed, it will help us fix it

platform: Windows
collapse after right clicking the selected part
image

You can revise this line into

if e.type() == QEvent.ChildRemoved and e.child().isWidgetType():

just add a () behind child.
It's an old bug and has been fixed, but not in our release version.