| Summary: | destroy child of window when mouse pressed | ||
|---|---|---|---|
| Product: | [Frameworks and Libraries] frameworks-kwindowsystem | Reporter: | zhangyaning <907818456> |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED NOT A BUG | ||
| Severity: | normal | CC: | nicolas.fella |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
| Attachments: | close child of window when mouse pressed | ||
Sorry, this isn't a place to ask generic programming questions. Please ask in an appropriate venue for that, for example https://www.qtcentre.org/ Please only use bugs.kde.org if you can point to specific issues in KDE software |
Created attachment 147109 [details] close child of window when mouse pressed I create a test example in qt.I have a window,created a child of window.in the child of window,when mouse pressed,it destroyed the child of window,then the global mouse status still be left mouse pressed in QT.any suggestion in this issus?