| Summary: | Output dragging events broken in current master | ||
|---|---|---|---|
| Product: | [Plasma] KScreen | Reporter: | Stefan Hepp <stefan> |
| Component: | kcm | Assignee: | Daniel Vrátil <dvratil> |
| Status: | RESOLVED FIXED | ||
| Severity: | normal | CC: | afiestas |
| Priority: | NOR | ||
| Version First Reported In: | unspecified | ||
| Target Milestone: | --- | ||
| Platform: | Other | ||
| OS: | Linux | ||
| Latest Commit: | http://commits.kde.org/kscreen/c42436135f26fb1a0b35ec50a7e1afc60c6519a9 | Version Fixed/Implemented In: | 0.0.72 |
| Sentry Crash Report: | |||
Git commit c42436135f26fb1a0b35ec50a7e1afc60c6519a9 by Dan Vrátil. Committed on 04/02/2013 at 15:05. Pushed by dvratil into branch 'master'. Fix snapping Thanks to Stefan Hepp for pointing out the broken code. Related: bug 314418 FIXED-IN: 0.0.72 M +1 -1 kcm/qml/Output.qml http://commits.kde.org/kscreen/c42436135f26fb1a0b35ec50a7e1afc60c6519a9 |
Dragging outputs does not do anything in the current master branch, due to line 129 in kcm/qml/Output.qml if ((mouse.buttons == 0) || !root.output.isEnabled) { it should be "root.output.enabled" instead of "root.output.isEnabled", therefore the moved() signal never fires. Using Qt 4.8.2 with KDE 4.9 from the latest Kubuntu release. Regards, Stefan