Skip to content

Bugfix update qt5 to 5.12.5 #1466

Merged
merged 4 commits into from
Nov 19, 2019
Merged

Bugfix update qt5 to 5.12.5 #1466

merged 4 commits into from
Nov 19, 2019

Conversation

thomas
Copy link
Collaborator

@thomas thomas commented Nov 8, 2019

The simple update to fix a minor bug was largely hampered by #1465.

This fixes a subtle bug qt5-5.12.4 where window-close events
aren't handled the default way.
Some digging into the topic showed that the addition of

   hide();
   event->ignore();

simply enforces the default behaviour for a window close
event. This seems to be special at least for Qt version 5.12.4,
since it is neither needed for older Qt versions like 5.9, 5.10
nor for 5.12.5 .

Note: This is not related to libev/libevent issues. The fault
was present before libev was updated
@thomas
Copy link
Collaborator Author

thomas commented Nov 19, 2019

Tested with some installed Qt5-apps, build against it, so it seems to be working.

@thomas thomas merged commit 0242706 into master Nov 19, 2019
Sign in to join this conversation on GitHub.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants