| Summary: | systemsettings5 crash while configuring window titlebar buttons | ||
|---|---|---|---|
| Product: | [Plasma] kwin | Reporter: | Evstifeev Roman <someuniquename> |
| Component: | general | Assignee: | KWin default assignee <kwin-bugs-null> |
| Status: | RESOLVED FIXED | ||
| Severity: | crash | Keywords: | drkonqi |
| Priority: | NOR | ||
| Version First Reported In: | 5.8.2 | ||
| Target Milestone: | --- | ||
| Platform: | openSUSE | ||
| OS: | Linux | ||
| Latest Commit: | https://commits.kde.org/kwin/1bfe1164f41dc328d54f7dc6ed13b2fabfde09f6 | Version Fixed/Implemented In: | 5.8.7 |
| Sentry Crash Report: | |||
|
Description
Evstifeev Roman
2016-12-25 20:09:03 UTC
This is a duplicate of https://bugs.kde.org/show_bug.cgi?id=373194 Git commit c947e0a6012c551f559e45892ac70af58c023b55 by Martin Gräßlin, on behalf of Vladyslav Tronko. Committed on 24/03/2017 at 16:04. Pushed by graesslin into branch 'Plasma/5.8'. Fix crash on dragging titlebar buttons in System Settings Summary: Currently, if user tries to move one of buttons to the left, ending up dragging one button onto another, crash occurs. In addition, this patch replaces verbose replacement(remove/insert) with more elegant QVector<T>::move(int, int) FIXED-IN: 5.8.7 Reviewers: graesslin, #kwin Reviewed By: graesslin, #kwin Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D5117 M +12 -2 kcmkwin/kwindecoration/declarative-plugin/buttonsmodel.cpp https://commits.kde.org/kwin/c947e0a6012c551f559e45892ac70af58c023b55 Git commit 1bfe1164f41dc328d54f7dc6ed13b2fabfde09f6 by David Edmundson, on behalf of Vladyslav Tronko. Committed on 12/04/2017 at 17:16. Pushed by davidedmundson into branch 'Plasma/5.8'. Fix crash on dragging titlebar buttons in System Settings Summary: Currently, if user tries to move one of buttons to the left, ending up dragging one button onto another, crash occurs. In addition, this patch replaces verbose replacement(remove/insert) with more elegant QVector<T>::move(int, int) FIXED-IN: 5.8.7 Reviewers: graesslin, #kwin Reviewed By: graesslin, #kwin Subscribers: kwin Tags: #kwin Differential Revision: https://phabricator.kde.org/D5117 M +12 -2 kcmkwin/kwindecoration/declarative-plugin/buttonsmodel.cpp https://commits.kde.org/kwin/1bfe1164f41dc328d54f7dc6ed13b2fabfde09f6 |