Bug 314098 - Output dragging events broken in current master
Summary: Output dragging events broken in current master
Status: RESOLVED FIXED
Alias: None
Product: KScreen
Classification: Plasma
Component: kcm (show other bugs)
Version: unspecified
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Daniel Vrátil
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-01-29 19:53 UTC by Stefan Hepp
Modified: 2013-02-04 14:29 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In: 0.0.72


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Stefan Hepp 2013-01-29 19:53:16 UTC
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
Comment 1 Daniel Vrátil 2013-02-04 14:29:27 UTC
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